diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-06-27 03:48:03 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-07-02 10:00:49 -0400 |
commit | 827fb6af6664b614d70330f1ee96d0fb02da3504 (patch) | |
tree | 9d323c1d6a05fb206c8e37145f9945c9b84252bd | |
parent | 05467e54998be15a35c20e0605315fec309b6a5b (diff) |
gpio: sa1100: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/gpio/gpio-sa1100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sa1100.c b/drivers/gpio/gpio-sa1100.c index 249f433aa62d..986eb3b231ac 100644 --- a/drivers/gpio/gpio-sa1100.c +++ b/drivers/gpio/gpio-sa1100.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/gpio.h> | 10 | #include <linux/gpio/driver.h> |
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/module.h> | 12 | #include <linux/module.h> |
13 | #include <linux/io.h> | 13 | #include <linux/io.h> |