]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: at91: remove NEED_MACH_IO_H
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Mar 2015 14:54:23 +0000 (15:54 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 13 Mar 2015 14:11:04 +0000 (15:11 +0100)
commit1be27c62d61d23e8426834785d7989daa6745aa8
treeb00250c33e64c025bd8ddf2be9c8a10c6494c2c8
parent385acc0dac88d79447a03a1363072fc258429dec
ARM: at91: remove NEED_MACH_IO_H

The mach/io.h header on at91 is used to support a nonstandard I/O space
window for the cf card driver. This changes the driver to use pci_ioremap_io
in order to have the standard location, and then removes the custom
mach/io.h.

[alexandre.belloni@free-electrons.com: Added PCI dependency]
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/Kconfig
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/include/mach/io.h [deleted file]
drivers/pcmcia/Kconfig
drivers/pcmcia/at91_cf.c