diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 15:32:17 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 14:35:24 +0200 |
commit | 99ef32adc5102d1fa5beabc3a88e6bf150ccab30 (patch) | |
tree | aca96d25b06e337b11fe32b111603d505ffdd470 /drivers/gpio/gpio-msic.c | |
parent | 0cbbdcf903cefff23d909739e1faacbb939f50b6 (diff) | |
download | linux-rt-99ef32adc5102d1fa5beabc3a88e6bf150ccab30.tar.gz |
gpio: msic: Include the right header
This is a driver so only include <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-msic.c')
-rw-r--r-- | drivers/gpio/gpio-msic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-msic.c b/drivers/gpio/gpio-msic.c index 6cb67595d15f..3b34dbecef99 100644 --- a/drivers/gpio/gpio-msic.c +++ b/drivers/gpio/gpio-msic.c @@ -24,7 +24,7 @@ #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/init.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/platform_device.h> #include <linux/mfd/intel_msic.h> |