Whamcloud - gitweb
LU-2675 build: assume __linux__ and __KERNEL__
[fs/lustre-release.git] / lustre / include / obd_support.h
index 6213ddf..cf9a8f5 100644 (file)
 #include <libcfs/libcfs.h>
 #include <lprocfs_status.h>
 
-#if defined(__linux__)
 #include <linux/obd_support.h>
-#else
-#error Unsupported operating system.
-#endif
 
 /* global variables */
 extern struct lprocfs_stats *obd_memory;