Skip to content

Commit

Permalink
mfd: Include <linux/gpio.h> instead of <asm/gpio.h>
Browse files Browse the repository at this point in the history
As warned by checkpatch.pl, use #include <linux/gpio.h> instead
of <asm/gpio.h>.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jan 14, 2011
1 parent f77401d commit 77b2289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/tps65010.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <linux/i2c/tps65010.h>

#include <asm/gpio.h>
#include <linux/gpio.h>


/*-------------------------------------------------------------------------*/
Expand Down

0 comments on commit 77b2289

Please sign in to comment.