ARM: 5720/1: Move MMCI header to amba include dir
authorLinus Walleij <[email protected]>
Tue, 22 Sep 2009 13:29:36 +0000 (14:29 +0100)
committerRussell King <[email protected]>
Tue, 22 Sep 2009 19:49:04 +0000 (20:49 +0100)
commit6ef297f86b62f187c59475784208f75c2ed8ccd8
tree333ea36bfdf0b7382fd810b33e24f58b63fd0707
parent4321532cec25e1747961d83fb4f78ec24ea92966
ARM: 5720/1: Move MMCI header to amba include dir

This moves the mmci platform data definition struct away from
arch/arm/include/asm/mach/mmc.h into the more proper place among
the other primecells in include/linux/amba/mmci.h and at the same
time renames it to "mmci.h", and also the struct in this file
confusingly named mmc_platform_data has been renamed
mmci_platform_data for clarity.

Cc: Catalin Marinas <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Russell King <[email protected]>
15 files changed:
arch/arm/include/asm/mach/mmc.h [deleted file]
arch/arm/mach-integrator/integrator_cp.c
arch/arm/mach-realview/core.c
arch/arm/mach-realview/core.h
arch/arm/mach-realview/realview_eb.c
arch/arm/mach-realview/realview_pb1176.c
arch/arm/mach-realview/realview_pb11mp.c
arch/arm/mach-realview/realview_pba8.c
arch/arm/mach-realview/realview_pbx.c
arch/arm/mach-u300/mmc.c
arch/arm/mach-versatile/core.c
arch/arm/mach-versatile/versatile_pb.c
drivers/mmc/host/mmci.c
drivers/mmc/host/mmci.h
include/linux/amba/mmci.h [new file with mode: 0644]