Browse Source

gpio: tps65218: remove unused #include

Just as it says: after adding the proper interfaces to gpiolib,
this is no longer needed.

Suggested-by: Nicolas Saenz Julienne <nicolassaenzj@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 9 years ago
parent
commit
0a7439ef75
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpio/gpio-tps65218.c

+ 0 - 1
drivers/gpio/gpio-tps65218.c

@@ -17,7 +17,6 @@
 #include <linux/gpio/driver.h>
 #include <linux/platform_device.h>
 #include <linux/mfd/tps65218.h>
-#include "gpiolib.h"
 
 struct tps65218_gpio {
 	struct tps65218 *tps65218;