diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-11-13 20:27:38 +0300 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-11-29 00:47:22 +0300 |
commit | cb74dc3ba2ba9390572c3b6a8f9780b00f02036e (patch) | |
tree | e754f7e020922117bb9a90947c750179de1ba152 /arch/arm/mach-pxa/xcep.c | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.tar.xz |
ARM: pxa: move declarations to proper place
Platform data is not the right place for such declarations, use
devices.h in the mach-directory where the rest is located. Note that the
some board files needed an additional include for this to work.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/xcep.c')
-rw-r--r-- | arch/arm/mach-pxa/xcep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/xcep.c b/arch/arm/mach-pxa/xcep.c index 056369ef250e..fa21951bc9f0 100644 --- a/arch/arm/mach-pxa/xcep.c +++ b/arch/arm/mach-pxa/xcep.c @@ -32,6 +32,7 @@ #include <mach/smemc.h> #include "generic.h" +#include "devices.h" #define XCEP_ETH_PHYS (PXA_CS3_PHYS + 0x00000300) #define XCEP_ETH_PHYS_END (PXA_CS3_PHYS + 0x000fffff) |