Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
634dc237
Commit
634dc237
authored
17 years ago
by
Alexey Lyashkov
Browse files
Options
Downloads
Patches
Plain Diff
remove unneed include.
parent
fc9fdcb5
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lnet/autoconf/lustre-lnet.m4
+0
-12
0 additions, 12 deletions
lnet/autoconf/lustre-lnet.m4
lnet/include/libcfs/linux/kp30.h
+0
-3
0 additions, 3 deletions
lnet/include/libcfs/linux/kp30.h
with
0 additions
and
15 deletions
lnet/autoconf/lustre-lnet.m4
+
0
−
12
View file @
634dc237
...
...
@@ -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
#
...
...
This diff is collapsed.
Click to expand it.
lnet/include/libcfs/linux/kp30.h
+
0
−
3
View file @
634dc237
...
...
@@ -23,9 +23,6 @@
# 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment