mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user