Title: [7386] trunk/drivers/mtd/maps/gpio-addr-flash.c: gpio-addr-flash: pull in linux/ headers rather than asm/
Revision
7386
Author
vapier
Date
2009-09-20 21:41:06 -0400 (Sun, 20 Sep 2009)

Log Message

gpio-addr-flash: pull in linux/ headers rather than asm/

Modified Paths


Diff

Modified: trunk/drivers/mtd/maps/gpio-addr-flash.c (7385 => 7386)


--- trunk/drivers/mtd/maps/gpio-addr-flash.c	2009-09-18 15:13:52 UTC (rev 7385)
+++ trunk/drivers/mtd/maps/gpio-addr-flash.c	2009-09-21 01:41:06 UTC (rev 7386)
@@ -13,7 +13,9 @@
  * Licensed under the GPL-2 or later.
  */
 
+#include <linux/gpio.h>
 #include <linux/init.h>
+#include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/mtd/mtd.h>
@@ -23,9 +25,6 @@
 #include <linux/platform_device.h>
 #include <linux/types.h>
 
-#include <asm/gpio.h>
-#include <asm/io.h>
-
 #define pr_devinit(fmt, args...) ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); })
 
 #define DRIVER_NAME "gpio-addr-flash"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to