diff options
Diffstat (limited to 'drivers/gpio/gpio-tegra.c')
-rw-r--r-- | drivers/gpio/gpio-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index d982593d7563..45105a26d4bb 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c | |||
@@ -376,7 +376,7 @@ static struct of_device_id tegra_gpio_of_match[] __devinitdata = { | |||
376 | */ | 376 | */ |
377 | static struct lock_class_key gpio_lock_class; | 377 | static struct lock_class_key gpio_lock_class; |
378 | 378 | ||
379 | static int __devinit tegra_gpio_probe(struct platform_device *pdev) | 379 | static int tegra_gpio_probe(struct platform_device *pdev) |
380 | { | 380 | { |
381 | const struct of_device_id *match; | 381 | const struct of_device_id *match; |
382 | struct tegra_gpio_soc_config *config; | 382 | struct tegra_gpio_soc_config *config; |