diff options
| author | Linus Walleij <[email protected]> | 2018-03-12 11:08:02 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-03-19 00:50:30 +0000 |
| commit | 1c947b7f48783a3470611fc3eba61daac2629148 (patch) | |
| tree | c65516b2a3a3a21932f1dabea74d3f886aea2aa6 /drivers/gpio/gpio-janz-ttl.c | |
| parent | gpio: it87: Include the right header (diff) | |
| download | kernel-1c947b7f48783a3470611fc3eba61daac2629148.tar.gz kernel-1c947b7f48783a3470611fc3eba61daac2629148.zip | |
gpio: janz-ttl: Include the right header
This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-janz-ttl.c')
| -rw-r--r-- | drivers/gpio/gpio-janz-ttl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c index a8d0a6b8025a..e9f4612cd2cc 100644 --- a/drivers/gpio/gpio-janz-ttl.c +++ b/drivers/gpio/gpio-janz-ttl.c @@ -16,7 +16,7 @@ #include <linux/delay.h> #include <linux/platform_device.h> #include <linux/io.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/slab.h> #include <linux/mfd/janz.h> |
