Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
2c23d62a
Commit
2c23d62a
authored
May 21, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
3ac6c7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-x86_64/mtrr.h
include/asm-x86_64/mtrr.h
+4
-4
No files found.
include/asm-x86_64/mtrr.h
View file @
2c23d62a
...
...
@@ -24,7 +24,6 @@
#define _LINUX_MTRR_H
#include <linux/ioctl.h>
#include <linux/compat.h>
#define MTRR_IOCTL_BASE 'M'
...
...
@@ -101,11 +100,10 @@ static __inline__ int mtrr_del_page (int reg, unsigned long base,
return
-
ENODEV
;
}
# endif
#endif
#endif
/* CONFIG_MTRR */
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct
mtrr_sentry32
{
...
...
@@ -137,4 +135,6 @@ struct mtrr_gentry32
#endif
/* CONFIG_COMPAT */
#endif
/* __KERNEL__ */
#endif
/* _LINUX_MTRR_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment