Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9a59e30 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: punt useless GPIO init call



This init code existed only to dump a printk(), and not even a useful one.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 76068c3c
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
/***********************************************************
*