Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a843168d authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Greg Kroah-Hartman
Browse files

pcmcia: at91_cf: clean up header includes



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

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54fe1591
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -18,13 +18,11 @@
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/platform_data/atmel.h>
#include <linux/io.h>
#include <linux/sizes.h>

#include <pcmcia/ss.h>

#include <mach/hardware.h>
#include <asm/io.h>
#include <asm/sizes.h>

#include <mach/at91rm9200_mc.h>
#include <mach/at91_ramc.h>