Skip to content

Commit

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

Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed May 16, 2018
1 parent cec93b0 commit 25424b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-max730x.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/spi/max7301.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/slab.h>

/*
Expand Down

0 comments on commit 25424b8

Please sign in to comment.