Whamcloud - gitweb
remove unneed include.
authorshadow <shadow>
Tue, 25 Mar 2008 12:23:24 +0000 (12:23 +0000)
committershadow <shadow>
Tue, 25 Mar 2008 12:23:24 +0000 (12:23 +0000)
lnet/autoconf/lustre-lnet.m4
lnet/include/libcfs/linux/kp30.h

index 2456e32..21457fa 100644 (file)
@@ -1178,18 +1178,6 @@ LB_LINUX_TRY_COMPILE([
 ])
 ])
 
 ])
 ])
 
-# asm/segment.h does not exist on all architectures.
-# e.g. the file is empty for ia64 and does not exist for PPC.
-AC_DEFUN([LC_SEGMENT_H],
-        [LB_CHECK_FILE([$LINUX/include/asm/segment.h],
-                       [AC_MSG_CHECKING([if asm/segment.h is present])
-                        LB_LINUX_TRY_COMPILE([#include <asm/segment.h>], [],
-                                             [AC_MSG_RESULT([yes])
-                                              AC_DEFINE(HAVE_SEGMENT_H, 1,
-                                                        [asm/segment.h exists])],
-                                             [AC_MSG_RESULT([no])])])
-]) # LC_SEGMENT_H
-
 #
 # LN_PROG_LINUX
 #
 #
 # LN_PROG_LINUX
 #
index f2a1bfb..aceaa2c 100644 (file)
@@ -23,9 +23,6 @@
 # include <linux/kmod.h>
 # include <linux/notifier.h>
 # include <linux/fs.h>
 # include <linux/kmod.h>
 # include <linux/notifier.h>
 # include <linux/fs.h>
-# ifdef HAVE_SEGMENT_H
-#  include <asm/segment.h>
-# endif
 # include <linux/miscdevice.h>
 # include <linux/vmalloc.h>
 # include <linux/time.h>
 # include <linux/miscdevice.h>
 # include <linux/vmalloc.h>
 # include <linux/time.h>