Skip to content

Commit

Permalink
gpio: vr41xx: Include the right header
Browse files Browse the repository at this point in the history
This is a GPIO driver so include only <linux/gpio/driver.h>.

Cc: Yoichi Yuasa <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Sep 17, 2018
1 parent 171948e commit 3b3001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-vr41xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
Expand Down

0 comments on commit 3b3001c

Please sign in to comment.