projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab82fa7
)
altera_gpio_probe() can be static
author
kbuild test robot
<fengguang.wu@intel.com>
Thu, 19 Mar 2015 09:40:02 +0000
(17:40 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 27 Mar 2015 08:28:40 +0000
(09:28 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-altera.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-altera.c
b/drivers/gpio/gpio-altera.c
index 4d41196b3f1376fee32c3a69675717a5202cf45c..449fb46cb8a0c7205401d2b9f57d14e040cc1122 100644
(file)
--- 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;