Commit a1fd844c authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: sa1100: 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 sa1100 include directories
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Jochen Friedrich <jochen@scram.de>
parent 293b2da1
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/serial_sa1100.h> #include <asm/mach/serial_sa1100.h>
#include <mach/assabet.h> #include <mach/assabet.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include "generic.h" #include "generic.h"
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <asm/mach/serial_sa1100.h> #include <asm/mach/serial_sa1100.h>
#include <mach/cerf.h> #include <mach/cerf.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include "generic.h" #include "generic.h"
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <asm/hardware/scoop.h> #include <asm/hardware/scoop.h>
#include <asm/mach/sharpsl_param.h> #include <asm/mach/sharpsl_param.h>
#include <asm/hardware/locomo.h> #include <asm/hardware/locomo.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include "generic.h" #include "generic.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/serial_sa1100.h> #include <asm/mach/serial_sa1100.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include "generic.h" #include "generic.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/serial_sa1100.h> #include <asm/mach/serial_sa1100.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/shannon.h> #include <mach/shannon.h>
#include <mach/irqs.h> #include <mach/irqs.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/serial_sa1100.h> #include <asm/mach/serial_sa1100.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/simpad.h> #include <mach/simpad.h>
#include <mach/irqs.h> #include <mach/irqs.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/mcp.h> #include <linux/platform_data/mfd-mcp-sa11x0.h>
#define DRIVER_NAME "sa11x0-mcp" #define DRIVER_NAME "sa11x0-mcp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment