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

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

Blackfin arch: mark local gpio_error() as static

parent fffe53be
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
}
}