ARM: vt8500: move platform_data definitions
authorArnd Bergmann <arnd@arndb.de>
Fri, 24 Aug 2012 13:18:25 +0000 (15:18 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 09:18:58 +0000 (11:18 +0200)
commit19d331010636a43318c09fbdaa5ae7ef4bb6f7eb
treea543bfeb31342683658cb2f329548a571e27e5e0
parente35742b034a29a1c00f12ab6d0a7ab779abc8f83
ARM: vt8500: 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 vt8500 include directories

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Tony Prisk <linux@prisktech.co.nz>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
arch/arm/mach-vt8500/devices.c
arch/arm/mach-vt8500/include/mach/vt8500fb.h [deleted file]
drivers/video/vt8500lcdfb.c
drivers/video/wm8505fb.c
include/linux/platform_data/video-vt8500lcdfb.h [new file with mode: 0644]
This page took 0.026903 seconds and 5 git commands to generate.