diff options
| author | Linus Walleij <[email protected]> | 2018-06-27 07:48:03 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-07-02 14:00:49 +0000 |
| commit | 827fb6af6664b614d70330f1ee96d0fb02da3504 (patch) | |
| tree | 9d323c1d6a05fb206c8e37145f9945c9b84252bd | |
| parent | gpio: rdc321x: Include the right header (diff) | |
| download | kernel-827fb6af6664b614d70330f1ee96d0fb02da3504.tar.gz kernel-827fb6af6664b614d70330f1ee96d0fb02da3504.zip | |
gpio: sa1100: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <[email protected]>
| -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 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/init.h> #include <linux/module.h> #include <linux/io.h> |
