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

pcmcia: at91_cf: clean up header includes

Use includes from linux/ instead of asm/ and remove a
unnecessary mach/ include.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Joachim Eastwood and committed by
Greg Kroah-Hartman
a843168d 54fe1591

+2 -4
+2 -4
drivers/pcmcia/at91_cf.c
··· 18 18 #include <linux/slab.h> 19 19 #include <linux/gpio.h> 20 20 #include <linux/platform_data/atmel.h> 21 + #include <linux/io.h> 22 + #include <linux/sizes.h> 21 23 22 24 #include <pcmcia/ss.h> 23 - 24 - #include <mach/hardware.h> 25 - #include <asm/io.h> 26 - #include <asm/sizes.h> 27 25 28 26 #include <mach/at91rm9200_mc.h> 29 27 #include <mach/at91_ramc.h>