diff mbox

[next] altera_gpio_probe() can be static

Message ID 20150319094002.GA4717@lkp-sb04
State New
Headers show

Commit Message

kbuild test robot March 19, 2015, 9:40 a.m. UTC
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

Comments

Linus Walleij March 27, 2015, 8:29 a.m. UTC | #1
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 mbox

Patch

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;