Commit 77b22897 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz

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: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent f77401d4
......@@ -34,7 +34,7 @@
#include <linux/i2c/tps65010.h>
#include <asm/gpio.h>
#include <linux/gpio.h>
/*-------------------------------------------------------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment