From: shadow Date: Tue, 25 Mar 2008 12:23:24 +0000 (+0000) Subject: remove unneed include. X-Git-Tag: v1_7_0_51~92 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=634dc237b68f9db677f42768530449b5824c5081;p=fs%2Flustre-release.git remove unneed include. --- diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 2456e32..21457fa 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -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 ], [], - [AC_MSG_RESULT([yes]) - AC_DEFINE(HAVE_SEGMENT_H, 1, - [asm/segment.h exists])], - [AC_MSG_RESULT([no])])]) -]) # LC_SEGMENT_H - # # LN_PROG_LINUX # diff --git a/lnet/include/libcfs/linux/kp30.h b/lnet/include/libcfs/linux/kp30.h index f2a1bfb..aceaa2c 100644 --- a/lnet/include/libcfs/linux/kp30.h +++ b/lnet/include/libcfs/linux/kp30.h @@ -23,9 +23,6 @@ # include # include # include -# ifdef HAVE_SEGMENT_H -# include -# endif # include # include # include