Skip to content

Commit

Permalink
gpio: tps65218: remove unused #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Feb 19, 2016
1 parent aa6aedb commit 0a7439e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpio/gpio-tps65218.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a7439e

Please sign in to comment.