#ifndef _COMPAT_LINUX_EXPORT_H #define _COMPAT_LINUX_EXPORT_H 1 #include #if LINUX_VERSION_IS_GEQ(3,1,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,1,0) */ #endif /* _COMPAT_LINUX_EXPORT_H */