mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
gpio: timberdale: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>. Cc: Richard Röjfors <richard.rojfors@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
32e49b9a80
commit
50fe83a3eb
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/io.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user