From 021a6ba1693f89101fcd00cb98e1819953e651b4 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 28 Jun 2019 19:38:42 +0200 Subject: header: add support for GCC8 and GCC9 Older kernel versions are missing these files and still try to include them, add them to make compile testing on recent system easier. Signed-off-by: Hauke Mehrtens --- backport/backport-include/linux/compiler-gcc8.h | 1 + backport/backport-include/linux/compiler-gcc9.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 backport/backport-include/linux/compiler-gcc8.h create mode 100644 backport/backport-include/linux/compiler-gcc9.h diff --git a/backport/backport-include/linux/compiler-gcc8.h b/backport/backport-include/linux/compiler-gcc8.h new file mode 100644 index 00000000..9ff99f0d --- /dev/null +++ b/backport/backport-include/linux/compiler-gcc8.h @@ -0,0 +1 @@ +#include diff --git a/backport/backport-include/linux/compiler-gcc9.h b/backport/backport-include/linux/compiler-gcc9.h new file mode 100644 index 00000000..9ff99f0d --- /dev/null +++ b/backport/backport-include/linux/compiler-gcc9.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3