瀏覽代碼

gpio: twl6040: remove unneeded forward declaration

There is no reference to twl6040gpo_chip before its definition.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Masahiro Yamada 8 年之前
父節點
當前提交
1253baaaff
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/gpio/gpio-twl6040.c

+ 0 - 2
drivers/gpio/gpio-twl6040.c

@@ -32,8 +32,6 @@
 
 #include <linux/mfd/twl6040.h>
 
-static struct gpio_chip twl6040gpo_chip;
-
 static int twl6040gpo_get(struct gpio_chip *chip, unsigned offset)
 {
 	struct twl6040 *twl6040 = dev_get_drvdata(chip->parent->parent);