summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-pxa270
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/phytec-phycore-pxa270')
-rw-r--r--arch/arm/boards/phytec-phycore-pxa270/board.c2
-rw-r--r--arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/phytec-phycore-pxa270/board.c b/arch/arm/boards/phytec-phycore-pxa270/board.c
index 509569e81e..833c4c81e4 100644
--- a/arch/arm/boards/phytec-phycore-pxa270/board.c
+++ b/arch/arm/boards/phytec-phycore-pxa270/board.c
@@ -24,7 +24,7 @@
#include <fs.h>
#include <init.h>
#include <partition.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <plat/gpio.h>
#include <mach/mfp-pxa27x.h>
diff --git a/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S b/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S
index c7dacce30c..39af00b54b 100644
--- a/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S
+++ b/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S
@@ -24,7 +24,7 @@
*/
#include <config.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <mach/pxa-regs.h>
#include <mach/regs-ost.h>
#include <mach/regs-intc.h>