Skip to content

Commit

Permalink
Blackfin: punt useless GPIO init call
Browse files Browse the repository at this point in the history
This init code existed only to dump a printk(), and not even a useful one.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jun 12, 2009
1 parent 76068c3 commit a9a59e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
/***********************************************************
*
Expand Down

0 comments on commit a9a59e3

Please sign in to comment.