summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorLinus Torvalds2018-02-07 04:28:19 +0100
committerLinus Torvalds2018-02-07 04:28:19 +0100
commitb3250aabfb068f43a24077a30945bda7adfeb619 (patch)
treea4ce10778608cd467278622b617c0893253941f3 /include/asm-generic
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
parentlocking/qrwlock: include asm/byteorder.h as needed (diff)
downloadkernel-qcow2-linux-b3250aabfb068f43a24077a30945bda7adfeb619.tar.gz
kernel-qcow2-linux-b3250aabfb068f43a24077a30945bda7adfeb619.tar.xz
kernel-qcow2-linux-b3250aabfb068f43a24077a30945bda7adfeb619.zip
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixlets from Ingo Molnar: "An endianness fix and a jump labels branch hint update" * 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/qrwlock: include asm/byteorder.h as needed jump_label: Add branch hints to static_branch_{un,}likely()
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/qrwlock_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/qrwlock_types.h b/include/asm-generic/qrwlock_types.h
index 137ecdd16daa..c36f1d5a2572 100644
--- a/include/asm-generic/qrwlock_types.h
+++ b/include/asm-generic/qrwlock_types.h
@@ -3,6 +3,7 @@
#define __ASM_GENERIC_QRWLOCK_TYPES_H
#include <linux/types.h>
+#include <asm/byteorder.h>
#include <asm/spinlock_types.h>
/*