]> Pileus Git - ~andy/linux/commitdiff
Blackfin: punt useless GPIO init call
authorMike Frysinger <vapier@gentoo.org>
Fri, 24 Apr 2009 01:42:54 +0000 (01:42 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2009 10:11:30 +0000 (06:11 -0400)
This init code existed only to dump a printk(), and not even a useful one.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/bfin_gpio.c

index 32289b302e79c9f258d716fb2a6ef11867348dd2..beffa00a93c3a6e2d98f236e82f1653e232c40e8 100644 (file)
@@ -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
 /***********************************************************
 *