提交 c4b40493 编写于 作者: K kbuild test robot 提交者: Linus Walleij

altera_gpio_probe() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 ab82fa7d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册