Skip to content

Commit

Permalink
ARM: vt8500: move platform_data definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Sep 14, 2012
1 parent e35742b commit 19d3310
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-vt8500/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <asm/mach/arch.h>

#include <mach/vt8500fb.h>
#include <linux/platform_data/video-vt8500lcdfb.h>
#include <mach/i8042.h>
#include "devices.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/vt8500lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/platform_device.h>
#include <linux/wait.h>

#include <mach/vt8500fb.h>
#include <linux/platform_data/video-vt8500lcdfb.h>

#include "vt8500lcdfb.h"
#include "wmt_ge_rops.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/wm8505fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <linux/platform_device.h>
#include <linux/wait.h>

#include <mach/vt8500fb.h>
#include <linux/platform_data/video-vt8500lcdfb.h>

#include "wm8505fb_regs.h"
#include "wmt_ge_rops.h"
Expand Down

0 comments on commit 19d3310

Please sign in to comment.