Linux 3.7: remove use of param.h and ioctl.h
[openafs.git] / src / afs / afs_osi.h
index 30f497d..ae82dbe 100644 (file)
@@ -11,7 +11,9 @@
 #define _AFS_OSI_
 
 #include "h/types.h"
+#if !defined(AFS_LINUX26_ENV)
 #include "h/param.h"
+#endif
 
 #ifdef AFS_FBSD_ENV
 #include <sys/condvar.h>