summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-08-27 17:09:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-30 12:05:16 +0200
commitbb1e38c40d785528158fc3be5cef18b96599e1ce (patch)
tree53c3119b9abd12fbe4a1db36ee87d3c9dc4abb4b /arch/arm/include
parent6fa0642f6c7b897ac639cf3cd596f6c317147e1c (diff)
downloadbarebox-bb1e38c40d785528158fc3be5cef18b96599e1ce.tar.gz
barebox-bb1e38c40d785528158fc3be5cef18b96599e1ce.tar.xz
Kconfig: retire empty <asm/barebox.h>
With the latest changes, this file is empty on all archs. Drop it. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/barebox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/barebox.h b/arch/arm/include/asm/barebox.h
deleted file mode 100644
index c1b56432cc..0000000000
--- a/arch/arm/include/asm/barebox.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef _BAREBOX_H_
-#define _BAREBOX_H_ 1
-
-#endif /* _BAREBOX_H_ */