From: kbuild test robot Date: Thu, 19 Mar 2015 09:40:02 +0000 (+0800) Subject: altera_gpio_probe() can be static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c4b40493de668a86856602a4cf19bf0d809e2681;p=linux-beck.git altera_gpio_probe() can be static Signed-off-by: Fengguang Wu Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c index 4d41196b3f13..449fb46cb8a0 100644 --- a/drivers/gpio/gpio-altera.c +++ b/drivers/gpio/gpio-altera.c @@ -256,7 +256,7 @@ static void altera_gpio_irq_leveL_high_handler(unsigned int irq, chained_irq_exit(chip, desc); } -int altera_gpio_probe(struct platform_device *pdev) +static int altera_gpio_probe(struct platform_device *pdev) { struct device_node *node = pdev->dev.of_node; int reg, ret;