diff options
Diffstat (limited to 'drivers/gpio')
-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 96662cc05ff9..ceb1fd081b85 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c | |||
@@ -428,7 +428,7 @@ static int __init tegra_gpio_init(void) | |||
428 | } | 428 | } |
429 | postcore_initcall(tegra_gpio_init); | 429 | postcore_initcall(tegra_gpio_init); |
430 | 430 | ||
431 | void __init tegra_gpio_config(struct tegra_gpio_table *table, int num) | 431 | void tegra_gpio_config(struct tegra_gpio_table *table, int num) |
432 | { | 432 | { |
433 | int i; | 433 | int i; |
434 | 434 | ||