diff --git a/fcst/fcst.h b/fcst/fcst.h index 2afd3c08a..e26cddf2e 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -19,16 +19,16 @@ #ifdef INSIDE_KERNEL_TREE #include -#define NEW_LIBFC_API #else #include #include "scst.h" +#endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) || \ defined(CONFIG_SUSE_KERNEL) && \ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) #define NEW_LIBFC_API #endif -#endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) || \ defined(CONFIG_SUSE_KERNEL) && \