diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-12-26 10:19:40 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-12-26 10:19:40 -0800 |
| commit | 2afa90bd1c7526766b5eadb1856988b61a31501f (patch) | |
| tree | d0efa841b33cafa9fd0b03b14b230e4697753c7e /include/uapi/linux/byteorder/big_endian.h | |
| parent | 438645193e59e91761ccb3fa55f6ce70b615ff93 (diff) | |
| parent | dcce50e6cc4d86a63dc0a9a6ee7d4f948ccd53a1 (diff) | |
Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fixes from Borislav Petkov:
- Prevent clang from reordering the reachable annotation in
an inline asm statement without inputs
- Fix objtool builds on non-glibc systems due to undefined
__always_inline
* tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
compiler.h: Fix annotation macro misplacement with Clang
uapi: Fix undefined __always_inline on non-glibc systems
Diffstat (limited to 'include/uapi/linux/byteorder/big_endian.h')
| -rw-r--r-- | include/uapi/linux/byteorder/big_endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/byteorder/big_endian.h b/include/uapi/linux/byteorder/big_endian.h index 2199adc6a6c2..80aa5c41a763 100644 --- a/include/uapi/linux/byteorder/big_endian.h +++ b/include/uapi/linux/byteorder/big_endian.h @@ -9,6 +9,7 @@ #define __BIG_ENDIAN_BITFIELD #endif +#include <linux/stddef.h> #include <linux/types.h> #include <linux/swab.h> |
