diff options
| author | Linus Walleij <[email protected]> | 2018-08-29 15:07:29 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-09-04 06:22:47 +0000 |
| commit | c99601f672fdb057955a5359ab25958c054b07c5 (patch) | |
| tree | cad271e6533b752646dd31ccdc92d5b899001e22 | |
| parent | gpio: mxs: Get rid of external API call (diff) | |
| download | kernel-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]>
| -rw-r--r-- | drivers/gpio/gpio-ts5500.c | 2 |
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> |
