Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=74c045... Commit: 74c04503d777b5d1f8f2e38852df4f1a6c82fc7b Parent: fffe53bee7d90ab2103d2520ab4d095aea9b7397 Author: Mike Frysinger <vapier.adi@gmail.com> AuthorDate: Wed Oct 8 16:13:17 2008 +0800 Committer: Bryan Wu <cooloney@kernel.org> CommitDate: Wed Oct 8 16:13:17 2008 +0800 Blackfin arch: mark local gpio_error() as static Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> --- arch/blackfin/kernel/bfin_gpio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/kernel/bfin_gpio.c b/arch/blackfin/kernel/bfin_gpio.c index ecbd141..12710ed 100644 --- a/arch/blackfin/kernel/bfin_gpio.c +++ b/arch/blackfin/kernel/bfin_gpio.c @@ -231,7 +231,7 @@ inline int check_gpio(unsigned gpio) } #endif -void gpio_error(unsigned gpio) +static void gpio_error(unsigned gpio) { printk(KERN_ERR "bfin-gpio: GPIO %d wasn't requested!\n", gpio); } -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
