Remove conditional on LINUX/osi_pag_module.c
[openafs.git] / src / afs / LINUX / osi_pag_module.c
index 0395a2f..63020ed 100644 (file)
 #include <afsconfig.h>
 #include "afs/param.h"
 
-RCSID
-    ("$Header$");
-
-#if !defined(AFS_NONFSTRANS) || defined(AFS_AIX_IAUTH_ENV)
 #include <linux/module.h> /* early to avoid printf->printk mapping */
 #include "afs/sysincludes.h"
 #include "afsincludes.h"
@@ -157,5 +153,3 @@ afs_nfsclient_reqhandler(struct afs_exporter *exporter,
     return EINVAL;
 }
 #endif
-#endif /* AFS_NONFSTRANS */
-