aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra20-mc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memory/tegra20-mc.c')
-rw-r--r--drivers/memory/tegra20-mc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/memory/tegra20-mc.c b/drivers/memory/tegra20-mc.c
index e6764bb41cb9..186f27d9e5f1 100644
--- a/drivers/memory/tegra20-mc.c
+++ b/drivers/memory/tegra20-mc.c
@@ -177,7 +177,7 @@ static void tegra20_mc_decode(struct tegra20_mc *mc, int n)
177 "carveout" : "trustzone") : ""); 177 "carveout" : "trustzone") : "");
178} 178}
179 179
180static const struct of_device_id tegra20_mc_of_match[] __devinitconst = { 180static const struct of_device_id tegra20_mc_of_match[] = {
181 { .compatible = "nvidia,tegra20-mc", }, 181 { .compatible = "nvidia,tegra20-mc", },
182 {}, 182 {},
183}; 183};
@@ -198,7 +198,7 @@ static irqreturn_t tegra20_mc_isr(int irq, void *data)
198 return IRQ_HANDLED; 198 return IRQ_HANDLED;
199} 199}
200 200
201static int __devinit tegra20_mc_probe(struct platform_device *pdev) 201static int tegra20_mc_probe(struct platform_device *pdev)
202{ 202{
203 struct resource *irq; 203 struct resource *irq;
204 struct tegra20_mc *mc; 204 struct tegra20_mc *mc;