diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-24 05:42:54 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 14:11:30 +0400 |
commit | a9a59e3096443ea4d6f50db978d7d3bbb47708b4 (patch) | |
tree | 73f5ffd56052e5b6f3b7046361a12ef72371ac36 /arch/blackfin | |
parent | 76068c3c5dee4332f532573b6423d75c3e14f660 (diff) | |
download | linux-a9a59e3096443ea4d6f50db978d7d3bbb47708b4.tar.xz |
Blackfin: punt useless GPIO init call
This init code existed only to dump a printk(), and not even a useful one.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/kernel/bfin_gpio.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/blackfin/kernel/bfin_gpio.c b/arch/blackfin/kernel/bfin_gpio.c index 32289b302e79..beffa00a93c3 100644 --- a/arch/blackfin/kernel/bfin_gpio.c +++ b/arch/blackfin/kernel/bfin_gpio.c @@ -313,15 +313,6 @@ inline void portmux_setup(unsigned short per) # define portmux_setup(...) do { } while (0) #endif -static int __init bfin_gpio_init(void) -{ - printk(KERN_INFO "Blackfin GPIO Controller\n"); - - return 0; -} -arch_initcall(bfin_gpio_init); - - #ifndef CONFIG_BF54x /*********************************************************** * |