summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-07-01 07:28:24 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-02 09:39:58 +0200
commit00e4fd727bff16992b781b013a096da7993d888e (patch)
treeaec4e0ee6a538d1ea0e4fdce975d7987b2488cc0 /arch/sandbox
parent177cab00ced1038e7cece282b204d5d0d43d5f9c (diff)
downloadbarebox-00e4fd727bff16992b781b013a096da7993d888e.tar.gz
barebox-00e4fd727bff16992b781b013a096da7993d888e.tar.xz
sandbox: asm/byteorder.h: fix guard macro name
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/byteorder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sandbox/include/asm/byteorder.h b/arch/sandbox/include/asm/byteorder.h
index 37316f2371..3d82bcba6e 100644
--- a/arch/sandbox/include/asm/byteorder.h
+++ b/arch/sandbox/include/asm/byteorder.h
@@ -1,8 +1,8 @@
-#ifndef _I386_BYTEORDER_H
-#define _I386_BYTEORDER_H
+#ifndef _SANDBOX_BYTEORDER_H
+#define _SANDBOX_BYTEORDER_H
#include <asm/types.h>
#include <linux/byteorder/little_endian.h>
-#endif /* _I386_BYTEORDER_H */
+#endif /* _SANDBOX_BYTEORDER_H */