mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
gpio: octeon: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
339e7730cb
commit
be1f20a41f
@ -9,7 +9,7 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
#include <asm/octeon/octeon.h>
|
||||
|
Loading…
Reference in New Issue
Block a user