Message ID | 20150319094002.GA4717@lkp-sb04 |
---|---|
State | New |
Headers | show |
On Thu, Mar 19, 2015 at 10:40 AM, kbuild test robot <fengguang.wu@intel.com> wrote: > > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Ah you made a patch too, I see. Applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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;
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- gpio-altera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html