gpio: sa1100: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Jun 2018 07:48:03 +0000 (09:48 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 2 Jul 2018 14:00:49 +0000 (16:00 +0200)
This is a GPIO driver, include only <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sa1100.c

index 249f433aa62df60de4c60a051fc205ec583875a4..986eb3b231ac62ec3136d34d5999d7b7fa0362ee 100644 (file)
@@ -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>