You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
472 B
17 lines
472 B
15 years ago
|
bcm63xx_gpio_init is already called from prom_init to allow board to
|
||
|
use them early, so we can remove the unneeded arch_initcall.
|
||
|
|
||
|
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
|
||
|
---
|
||
|
arch/mips/bcm63xx/gpio.c | 2 --
|
||
|
1 files changed, 0 insertions(+), 2 deletions(-)
|
||
|
|
||
|
--- a/arch/mips/bcm63xx/gpio.c
|
||
|
+++ b/arch/mips/bcm63xx/gpio.c
|
||
|
@@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
|
||
|
|
||
|
return gpiochip_add(&bcm63xx_gpio_chip);
|
||
|
}
|
||
|
-
|
||
|
-arch_initcall(bcm63xx_gpio_init);
|