summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycard-omap3
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-08 16:02:20 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-08 14:00:26 +0100
commitd8753571b29320b7fd8d49f3e01daf1c132a84f7 (patch)
tree900f415d9b3f490f2c37025d9945132e7eee69ac /arch/arm/boards/phytec-phycard-omap3
parent36138c6e1b3acfc6fd177a0c7470a4bc79a48ebd (diff)
downloadbarebox-d8753571b29320b7fd8d49f3e01daf1c132a84f7.tar.gz
barebox-d8753571b29320b7fd8d49f3e01daf1c132a84f7.tar.xz
sizes.h: move include/sizes.h to include/linux/sizes.h
This file originates in Linux. Linux has it under include/linux/ directory since commit dccd2304cc90. Let's move it to the same place as well in barebox. This commit was generated by the following commands: find -name '*.[chS]' | xargs sed -i -e 's:<sizes.h>:<linux/sizes.h>:' git mv include/sizes.h include/linux/ Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-phycard-omap3')
-rw-r--r--arch/arm/boards/phytec-phycard-omap3/lowlevel.c2
-rw-r--r--arch/arm/boards/phytec-phycard-omap3/pca-a-l1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/phytec-phycard-omap3/lowlevel.c b/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
index 57f6389664..27b56b1e0c 100644
--- a/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
+++ b/arch/arm/boards/phytec-phycard-omap3/lowlevel.c
@@ -1,7 +1,7 @@
#include <common.h>
#include <io.h>
#include <init.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <asm/barebox-arm-head.h>
#include <asm/barebox-arm.h>
#include <mach/omap3-mux.h>
diff --git a/arch/arm/boards/phytec-phycard-omap3/pca-a-l1.c b/arch/arm/boards/phytec-phycard-omap3/pca-a-l1.c
index 68a17bf0c3..1c2e7f7429 100644
--- a/arch/arm/boards/phytec-phycard-omap3/pca-a-l1.c
+++ b/arch/arm/boards/phytec-phycard-omap3/pca-a-l1.c
@@ -46,7 +46,7 @@
#include <nand.h>
#include <ns16550.h>
#include <partition.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <asm/armlinux.h>
#include <asm/io.h>
#include <generated/mach-types.h>