ARM: ep93xx: move platform_data definitions
authorArnd Bergmann <[email protected]>
Fri, 24 Aug 2012 13:12:11 +0000 (15:12 +0200)
committerArnd Bergmann <[email protected]>
Fri, 14 Sep 2012 09:16:55 +0000 (11:16 +0200)
commita3b2924547a79cb6dba683d737501c01476f9fb3
tree5224cdbcf704e2e9b1c74c677630943c5fe3a3fb
parentec2a0833e5157fab6cac5f57a49b2f31eb418a39
ARM: ep93xx: move platform_data definitions

Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.

This moves such data out of the ep93xx include directories

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Mark Brown <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Acked-by: Hartley Sweeten <[email protected]>
Acked-by: Ryan Mallon <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Jeff Garzik <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: Florian Tobias Schandinat <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Mika Westerberg <[email protected]>
Cc: Axel Lin <[email protected]>
23 files changed:
Documentation/spi/ep93xx_spi
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/dma.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/include/mach/dma.h [deleted file]
arch/arm/mach-ep93xx/include/mach/ep93xx_keypad.h [deleted file]
arch/arm/mach-ep93xx/include/mach/ep93xx_spi.h [deleted file]
arch/arm/mach-ep93xx/include/mach/fb.h [deleted file]
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/snappercl15.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/ata/pata_ep93xx.c
drivers/dma/ep93xx_dma.c
drivers/input/keyboard/ep93xx_keypad.c
drivers/spi/spi-ep93xx.c
drivers/video/ep93xx-fb.c
include/linux/platform_data/dma-ep93xx.h [new file with mode: 0644]
include/linux/platform_data/keypad-ep93xx.h [new file with mode: 0644]
include/linux/platform_data/spi-ep93xx.h [new file with mode: 0644]
include/linux/platform_data/video-ep93xx.h [new file with mode: 0644]
sound/soc/ep93xx/ep93xx-ac97.c
sound/soc/ep93xx/ep93xx-i2s.c
sound/soc/ep93xx/ep93xx-pcm.c