diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-11-13 18:27:38 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-11-28 22:47:22 +0100 |
commit | cb74dc3ba2ba9390572c3b6a8f9780b00f02036e (patch) | |
tree | e754f7e020922117bb9a90947c750179de1ba152 /arch/arm/mach-pxa/zylonite_pxa300.c | |
parent | Linux 4.15-rc1 (diff) | |
download | linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.tar.xz linux-cb74dc3ba2ba9390572c3b6a8f9780b00f02036e.zip |
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/zylonite_pxa300.c')
-rw-r--r-- | arch/arm/mach-pxa/zylonite_pxa300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/zylonite_pxa300.c b/arch/arm/mach-pxa/zylonite_pxa300.c index e247acf1400a..4fb1c556499a 100644 --- a/arch/arm/mach-pxa/zylonite_pxa300.c +++ b/arch/arm/mach-pxa/zylonite_pxa300.c @@ -22,6 +22,7 @@ #include <linux/gpio.h> #include "pxa300.h" +#include "devices.h" #include "zylonite.h" #include "generic.h" |