mfd: Include <linux/gpio.h> instead of <asm/gpio.h>

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>
This commit is contained in:
Axel Lin 2010-11-10 15:49:41 +08:00 committed by Samuel Ortiz
parent f77401d4da
commit 77b22897da

View file

@ -34,7 +34,7 @@
#include <linux/i2c/tps65010.h>
#include <asm/gpio.h>
#include <linux/gpio.h>
/*-------------------------------------------------------------------------*/