From: kbuild test robot Date: Thu, 19 Mar 2015 09:40:02 +0000 (+0800) Subject: altera_gpio_probe() can be static X-Git-Tag: v4.14-rc1~5555^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4b40493de668a86856602a4cf19bf0d809e2681;p=platform%2Fkernel%2Flinux-rpi.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 4d41196..449fb46 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;