aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ts5500.c
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2018-08-29 15:07:29 +0000
committerLinus Walleij <[email protected]>2018-09-04 06:22:47 +0000
commitc99601f672fdb057955a5359ab25958c054b07c5 (patch)
treecad271e6533b752646dd31ccdc92d5b899001e22 /drivers/gpio/gpio-ts5500.c
parentgpio: mxs: Get rid of external API call (diff)
downloadkernel-c99601f672fdb057955a5359ab25958c054b07c5.tar.gz
kernel-c99601f672fdb057955a5359ab25958c054b07c5.zip
gpio: ts5500: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>. Cc: [email protected] Cc: Vivien Didelot <[email protected]> Cc: Jerome Oufella <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-ts5500.c')
-rw-r--r--drivers/gpio/gpio-ts5500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ts5500.c b/drivers/gpio/gpio-ts5500.c
index 6cfeba07f882..dd378813f412 100644
--- a/drivers/gpio/gpio-ts5500.c
+++ b/drivers/gpio/gpio-ts5500.c
@@ -23,7 +23,7 @@
*/
#include <linux/bitops.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_data/gpio-ts5500.h>