mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] include linux/compiler.h in linux/unaligned/generic.h
@ 2018-02-01 10:46 Philipp Zabel
  2018-02-01 10:46 ` [PATCH 2/4] lib: Add xxhash module Philipp Zabel
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Philipp Zabel @ 2018-02-01 10:46 UTC (permalink / raw)
  To: barebox

Without this include, the __force macro used in this header may be
undefined.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 include/linux/unaligned/generic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/unaligned/generic.h b/include/linux/unaligned/generic.h
index 02d97ff3df..43d5f2af24 100644
--- a/include/linux/unaligned/generic.h
+++ b/include/linux/unaligned/generic.h
@@ -1,6 +1,8 @@
 #ifndef _LINUX_UNALIGNED_GENERIC_H
 #define _LINUX_UNALIGNED_GENERIC_H
 
+#include <linux/compiler.h>
+
 /*
  * Cause a link-time error if we try an unaligned access other than
  * 1,2,4 or 8 bytes long
-- 
2.15.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-05  7:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 10:46 [PATCH 1/4] include linux/compiler.h in linux/unaligned/generic.h Philipp Zabel
2018-02-01 10:46 ` [PATCH 2/4] lib: Add xxhash module Philipp Zabel
2018-02-01 10:46 ` [PATCH 3/4] lib: Add zstd decompression module Philipp Zabel
2018-02-01 10:46 ` [PATCH 3/4] lib: Add zstd modules Philipp Zabel
2018-02-01 10:50   ` Philipp Zabel
2018-02-01 10:46 ` [PATCH 4/4] squashfs: Add zstd support Philipp Zabel
2018-02-05  7:34 ` [PATCH 1/4] include linux/compiler.h in linux/unaligned/generic.h Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox