Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7220c43a authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: davinci: Include proper header



This driver has no business including <linux/gpio.h>, it is a
driver so include <linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 45e8bd9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/clk.h>