diff options
author | Brian Behlendorf <[email protected]> | 2020-11-02 21:39:50 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-11-02 22:01:10 +0000 |
commit | 8c7d604c62bf621c11faf3abe64cfa94bd12b45b (patch) | |
tree | 80fd75ad52b525a44b7030572b9d287bb0b6da3b /config/kernel.m4 | |
parent | 7eefaf0ca04734a6eed399ed684465ddf31179f4 (diff) |
Linux 5.10 compat: frame.h renamed objtool.h
In Linux 5.10 the linux/frame.h header was renamed linux/objtool.h.
Add a configure check to detect and use the correctly named header.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11085
Diffstat (limited to 'config/kernel.m4')
-rw-r--r-- | config/kernel.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/kernel.m4 b/config/kernel.m4 index ec52f014a..bbfbeb39b 100644 --- a/config/kernel.m4 +++ b/config/kernel.m4 @@ -13,6 +13,7 @@ AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [ dnl # Sequential ZFS_LINUX_TRY_COMPILE tests ZFS_AC_KERNEL_FPU_HEADER + ZFS_AC_KERNEL_OBJTOOL_HEADER ZFS_AC_KERNEL_WAIT_QUEUE_ENTRY_T ZFS_AC_KERNEL_MISC_MINOR ZFS_AC_KERNEL_DECLARE_EVENT_CLASS |