Commit 74c04503 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: mark local gpio_error() as static

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent fffe53be
...@@ -231,7 +231,7 @@ inline int check_gpio(unsigned gpio) ...@@ -231,7 +231,7 @@ inline int check_gpio(unsigned gpio)
} }
#endif #endif
void gpio_error(unsigned gpio) static void gpio_error(unsigned gpio)
{ {
printk(KERN_ERR "bfin-gpio: GPIO %d wasn't requested!\n", gpio); printk(KERN_ERR "bfin-gpio: GPIO %d wasn't requested!\n", gpio);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment