1
0
Fork 0

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>
zero-colors
Masahiro Yamada 2017-08-23 02:33:55 +09:00 committed by Linus Walleij
parent 4a14af45f7
commit 1253baaaff
1 changed files with 0 additions and 2 deletions

View File

@ -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);