mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 19:30:52 +07: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:
parent
aa6aedb547
commit
0a7439ef75
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user