projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f29b7ca
)
MIPS: BCM63xx: Fix double gpio registration.
author
Maxime Bizon
<mbizon@freebox.fr>
Sat, 30 Jan 2010 17:34:54 +0000
(18:34 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 12 Apr 2010 16:26:17 +0000
(17:26 +0100)
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>
To: linux-mips@linux-mips.org
Cc: Maxime Bizon <mbizon@freebox.fr>
Patchwork: http://patchwork.linux-mips.org/patch/899/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/gpio.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/bcm63xx/gpio.c
b/arch/mips/bcm63xx/gpio.c
index 87ca39046334444b3ad43885bdfa84f14658b002..37253452d39601ba853e96dc6afb812867b0d828 100644
(file)
--- 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);