summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835
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/mach-bcm2835
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/mach-bcm2835')
-rw-r--r--arch/arm/mach-bcm2835/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/core.c b/arch/arm/mach-bcm2835/core.c
index 04bc89751d..7f3d7e7629 100644
--- a/arch/arm/mach-bcm2835/core.c
+++ b/arch/arm/mach-bcm2835/core.c
@@ -25,7 +25,7 @@
#include <io.h>
#include <asm/armlinux.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <mach/platform.h>
#include <mach/wd.h>