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>
This commit is contained in:
Mike Frysinger 2008-10-08 16:13:17 +08:00 committed by Bryan Wu
parent fffe53bee7
commit 74c04503d7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}