浏览代码

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>
Axel Lin 14 年之前
父节点
当前提交
77b22897da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mfd/tps65010.c

+ 1 - 1
drivers/mfd/tps65010.c

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