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
This commit is contained in:
Родитель
1ef21f6343
Коммит
2960ed3468
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <mach/netx-regs.h>
|
||||
#include <mach/pfifo.h>
|
||||
#include <mach/xc.h>
|
||||
#include <mach/eth.h>
|
||||
#include <linux/platform_data/eth-netx.h>
|
||||
|
||||
/* XC Fifo Offsets */
|
||||
#define EMPTY_PTR_FIFO(xcno) (0 + ((xcno) << 3)) /* Index of the empty pointer FIFO */
|
||||
|
|
Загрузка…
Ссылка в новой задаче