Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Axel Lin and committed by
Samuel Ortiz
77b22897 f77401d4

+1 -1
+1 -1
drivers/mfd/tps65010.c
··· 34 34 35 35 #include <linux/i2c/tps65010.h> 36 36 37 - #include <asm/gpio.h> 37 + #include <linux/gpio.h> 38 38 39 39 40 40 /*-------------------------------------------------------------------------*/