aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra30-mc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memory/tegra30-mc.c')
-rw-r--r--drivers/memory/tegra30-mc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/memory/tegra30-mc.c b/drivers/memory/tegra30-mc.c
index 802b9ea431fa..0b7ab9332a18 100644
--- a/drivers/memory/tegra30-mc.c
+++ b/drivers/memory/tegra30-mc.c
@@ -295,7 +295,7 @@ static UNIVERSAL_DEV_PM_OPS(tegra30_mc_pm,
295 tegra30_mc_suspend, 295 tegra30_mc_suspend,
296 tegra30_mc_resume, NULL); 296 tegra30_mc_resume, NULL);
297 297
298static const struct of_device_id tegra30_mc_of_match[] __devinitconst = { 298static const struct of_device_id tegra30_mc_of_match[] = {
299 { .compatible = "nvidia,tegra30-mc", }, 299 { .compatible = "nvidia,tegra30-mc", },
300 {}, 300 {},
301}; 301};
@@ -316,7 +316,7 @@ static irqreturn_t tegra30_mc_isr(int irq, void *data)
316 return IRQ_HANDLED; 316 return IRQ_HANDLED;
317} 317}
318 318
319static int __devinit tegra30_mc_probe(struct platform_device *pdev) 319static int tegra30_mc_probe(struct platform_device *pdev)
320{ 320{
321 struct resource *irq; 321 struct resource *irq;
322 struct tegra30_mc *mc; 322 struct tegra30_mc *mc;