summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/export.h
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2019-02-21 14:48:31 +0100
committerDominik Sliwa <dominik.sliwa@toradex.com>2019-02-22 15:26:14 +0100
commit515a1fa55cda2b1d952872e1786857481bd54fcc (patch)
tree4c66dd52c58f3d1da423a1ed7f92c4f720e24685 /backport/backport-include/linux/export.h
parentc956caceefd8e859c8b783dd13dad197dc1f7907 (diff)
backports: support 3.1 and 3.10 tegra kernels
Changes specific to vendor kernels Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'backport/backport-include/linux/export.h')
-rw-r--r--backport/backport-include/linux/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backport/backport-include/linux/export.h b/backport/backport-include/linux/export.h
index 6f6cb6a9..a3c7799a 100644
--- a/backport/backport-include/linux/export.h
+++ b/backport/backport-include/linux/export.h
@@ -3,7 +3,7 @@
#include <linux/version.h>
-#if LINUX_VERSION_IS_GEQ(3,2,0)
+#if LINUX_VERSION_IS_GEQ(3,1,0)
#include_next <linux/export.h>
#else
#ifndef pr_fmt
@@ -14,6 +14,6 @@
#undef pr_fmt
#undef backport_undef_pr_fmt
#endif
-#endif /* LINUX_VERSION_IS_GEQ(3,2,0) */
+#endif /* LINUX_VERSION_IS_GEQ(3,1,0) */
#endif /* _COMPAT_LINUX_EXPORT_H */