diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-08-24 15:15:15 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-14 11:17:36 +0200 |
commit | 2960ed3468773b1a0b2533dd7a562673cc799437 (patch) | |
tree | 0cce23b6cf9b6eb40bde0588c61e49df954451a6 /arch/arm/mach-netx/nxdb500.c | |
parent | 1ef21f6343ff08309955d1ad56ad0f5504a4dd94 (diff) | |
download | op-kernel-dev-2960ed3468773b1a0b2533dd7a562673cc799437.zip op-kernel-dev-2960ed3468773b1a0b2533dd7a562673cc799437.tar.gz |
ARM: netx: 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 netx 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: Sascha Hauer <s.hauer@pengutronix.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Diffstat (limited to 'arch/arm/mach-netx/nxdb500.c')
-rw-r--r-- | arch/arm/mach-netx/nxdb500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/nxdb500.c b/arch/arm/mach-netx/nxdb500.c index 180ea89..8b781ff 100644 --- a/arch/arm/mach-netx/nxdb500.c +++ b/arch/arm/mach-netx/nxdb500.c @@ -30,7 +30,7 @@ #include <asm/mach/arch.h> #include <asm/hardware/vic.h> #include <mach/netx-regs.h> -#include <mach/eth.h> +#include <linux/platform_data/eth-netx.h> #include "generic.h" #include "fb.h" |