From: Luca Coelho <luciano.coelho@xxxxxxxxx> Some of the code in bug.h was moved into a new build_bug.h file. Add a backport that includes bug.h in the case of older kernels. Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> --- backport/backport-include/linux/build_bug.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backport/backport-include/linux/build_bug.h diff --git a/backport/backport-include/linux/build_bug.h b/backport/backport-include/linux/build_bug.h new file mode 100644 index 000000000000..13ee5d6a277a --- /dev/null +++ b/backport/backport-include/linux/build_bug.h @@ -0,0 +1,10 @@ +#ifndef __BP_BUILD_BUG_H +#define __BP_BUILD_BUG_H + +#if LINUX_VERSION_IS_GEQ(4,13,0) +#include_next <linux/build_bug.h> +#else /* LINUX_VERSION_IS_GEQ(4,13,0) */ +#include <linux/bug.h> +#endif /* LINUX_VERSION_IS_GEQ(4,13,0) */ + +#endif /* __BP_BUILD_BUG_H */ -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in