From 52409fae3e4b8d16b68b61902fc09075cd97b75d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Sun, 2 Jul 2017 16:41:37 +0200 Subject: Backports generated from 4.11 kernel Initial commit. Signed-off-by: Dominik Sliwa --- backport-include/linux/export.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 backport-include/linux/export.h (limited to 'backport-include/linux/export.h') diff --git a/backport-include/linux/export.h b/backport-include/linux/export.h new file mode 100644 index 0000000..6f6cb6a --- /dev/null +++ b/backport-include/linux/export.h @@ -0,0 +1,19 @@ +#ifndef _COMPAT_LINUX_EXPORT_H +#define _COMPAT_LINUX_EXPORT_H 1 + +#include + +#if LINUX_VERSION_IS_GEQ(3,2,0) +#include_next +#else +#ifndef pr_fmt +#define backport_undef_pr_fmt +#endif +#include +#ifdef backport_undef_pr_fmt +#undef pr_fmt +#undef backport_undef_pr_fmt +#endif +#endif /* LINUX_VERSION_IS_GEQ(3,2,0) */ + +#endif /* _COMPAT_LINUX_EXPORT_H */ -- cgit v1.2.3