From: Mike Frysinger Date: Thu, 24 Sep 2009 19:11:37 +0000 (-0400) Subject: mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ X-Git-Tag: v2.6.32-rc7~68^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f5bae56a501347671b18095731d78e13eee5205f;p=~emulex%2Finfiniband.git mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ Now that there are linux/ versions of gpio.h and io.h, include those rather than hitting the asm/ versions. Signed-off-by: Mike Frysinger Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/maps/gpio-addr-flash.c b/drivers/mtd/maps/gpio-addr-flash.c index 44ef9a49a86..1ad5caf9fe6 100644 --- a/drivers/mtd/maps/gpio-addr-flash.c +++ b/drivers/mtd/maps/gpio-addr-flash.c @@ -13,7 +13,9 @@ * Licensed under the GPL-2 or later. */ +#include #include +#include #include #include #include @@ -23,9 +25,6 @@ #include #include -#include -#include - #define pr_devinit(fmt, args...) ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); }) #define DRIVER_NAME "gpio-addr-flash"