On Thu, Nov 13, 2008 at 12:14:13PM +0100, Nicolas Ferre wrote:Needed to use the atmel-mci driver in a architecture
independent manner.
Signed-off-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
---
arch/avr32/boards/atngw100/setup.c | 2 +-
arch/avr32/boards/atstk1000/atstk1002.c | 2 +-
arch/avr32/boards/atstk1000/atstk1003.c | 2 +-
arch/avr32/boards/atstk1000/atstk1004.c | 2 +-
arch/avr32/include/asm/atmel-mci.h | 39 ------
arch/avr32/mach-at32ap/at32ap700x.c | 2 +-
drivers/mmc/host/atmel-mci.c | 2 +-
include/linux/atmel-mci.h | 39 ++++++
Would people object to putting this in include/linux/mmc/atmel.h
to avoid making include/linux abound with device/subsystem/machine
specific header files?