From 634dc237b68f9db677f42768530449b5824c5081 Mon Sep 17 00:00:00 2001 From: shadow Date: Tue, 25 Mar 2008 12:23:24 +0000 Subject: [PATCH] remove unneed include. --- lnet/autoconf/lustre-lnet.m4 | 12 ------------ lnet/include/libcfs/linux/kp30.h | 3 --- 2 files changed, 15 deletions(-) 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 -- 1.8.3.1