Whamcloud - gitweb
remove unneed include.
authorshadow <shadow>
Tue, 25 Mar 2008 12:25:34 +0000 (12:25 +0000)
committershadow <shadow>
Tue, 25 Mar 2008 12:25:34 +0000 (12:25 +0000)
lnet/autoconf/lustre-lnet.m4
lnet/klnds/qswlnd/qswlnd.h
lnet/klnds/socklnd/socklnd_lib-linux.h
lnet/libcfs/linux/linux-debug.c
lnet/libcfs/linux/linux-proc.c

index 21457fa..c7f7160 100644 (file)
@@ -1217,8 +1217,6 @@ LN_2ARGS_REGISTER_SYSCTL
 LN_KMEM_CACHE
 # 2.6.23
 LN_KMEM_CACHE_CREATE_DTOR
 LN_KMEM_CACHE
 # 2.6.23
 LN_KMEM_CACHE_CREATE_DTOR
-# PPC/PPC64 support
-LC_SEGMENT_H
 ])
 
 #
 ])
 
 #
index ebdee83..7016bf9 100644 (file)
@@ -59,9 +59,6 @@
 #include <linux/stat.h>
 #include <linux/list.h>
 #include <linux/sysctl.h>
 #include <linux/stat.h>
 #include <linux/list.h>
 #include <linux/sysctl.h>
-#ifdef HAVE_SEGMENT_H
-# include <asm/segment.h>
-#endif
 
 #define DEBUG_SUBSYSTEM S_LND
 
 
 #define DEBUG_SUBSYSTEM S_LND
 
index e7a687d..39aab81 100644 (file)
@@ -34,9 +34,6 @@
 #include <linux/kmod.h>
 #include <linux/sysctl.h>
 #include <asm/uaccess.h>
 #include <linux/kmod.h>
 #include <linux/sysctl.h>
 #include <asm/uaccess.h>
-#ifdef HAVE_SEGMENT_H
-# include <asm/segment.h>
-#endif
 #include <asm/div64.h>
 
 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
 #include <asm/div64.h>
 
 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
index 689b55f..9b2a9dc 100644 (file)
@@ -45,9 +45,6 @@
 #include <linux/fs.h>
 #include <linux/stat.h>
 #include <asm/uaccess.h>
 #include <linux/fs.h>
 #include <linux/stat.h>
 #include <asm/uaccess.h>
-#ifdef HAVE_SEGMENT_H
-# include <asm/segment.h>
-#endif
 #include <linux/miscdevice.h>
 #include <linux/version.h>
 
 #include <linux/miscdevice.h>
 #include <linux/version.h>
 
index f39e599..ae3312a 100644 (file)
@@ -48,9 +48,6 @@
 #include <linux/stat.h>
 #include <linux/list.h>
 #include <asm/uaccess.h>
 #include <linux/stat.h>
 #include <linux/list.h>
 #include <asm/uaccess.h>
-#ifdef HAVE_SEGMENT_H
-# include <asm/segment.h>
-#endif
 
 #include <linux/proc_fs.h>
 #include <linux/sysctl.h>
 
 #include <linux/proc_fs.h>
 #include <linux/sysctl.h>