commit | 7220c43a4efa4f5107bc1b99410d2b01df1837ed | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Jan 14 02:05:38 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sun Jan 14 02:05:38 2018 +0100 |
tree | a5a7aa2f9000134495ed26293289d0b5ca4ad977 | |
parent | 45e8bd9cdc021f4a11eb50e68ff02058e95e8d86 [diff] |
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: Linus Walleij <linus.walleij@linaro.org>