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
e06c4e57
Commit
e06c4e57
authored
Jul 31, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix fs.h removal from mm.h regressions.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
c64ac9f0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
arch/sh/kernel/init_task.c
arch/sh/kernel/init_task.c
+1
-1
arch/sh/kernel/process.c
arch/sh/kernel/process.c
+1
-0
arch/sh/kernel/sys_sh.c
arch/sh/kernel/sys_sh.c
+1
-0
arch/sh/kernel/vsyscall/vsyscall.c
arch/sh/kernel/vsyscall/vsyscall.c
+1
-0
arch/sh/mm/pg-sh4.c
arch/sh/mm/pg-sh4.c
+1
-0
No files found.
arch/sh/kernel/init_task.c
View file @
e06c4e57
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/init_task.h>
#include <linux/init_task.h>
#include <linux/mqueue.h>
#include <linux/mqueue.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>
...
...
arch/sh/kernel/process.c
View file @
e06c4e57
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#include <linux/kdebug.h>
#include <linux/kdebug.h>
#include <linux/tick.h>
#include <linux/tick.h>
#include <linux/reboot.h>
#include <linux/reboot.h>
#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/mmu_context.h>
#include <asm/mmu_context.h>
#include <asm/pgalloc.h>
#include <asm/pgalloc.h>
...
...
arch/sh/kernel/sys_sh.c
View file @
e06c4e57
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#include <linux/file.h>
#include <linux/file.h>
#include <linux/utsname.h>
#include <linux/utsname.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <asm/cacheflush.h>
#include <asm/cacheflush.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/ipc.h>
#include <asm/ipc.h>
...
...
arch/sh/kernel/vsyscall/vsyscall.c
View file @
e06c4e57
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#include <linux/module.h>
#include <linux/module.h>
#include <linux/elf.h>
#include <linux/elf.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/err.h>
/*
/*
* Should the kernel map a VDSO page into processes and pass its
* Should the kernel map a VDSO page into processes and pass its
...
...
arch/sh/mm/pg-sh4.c
View file @
e06c4e57
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
*/
*/
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/mutex.h>
#include <linux/mutex.h>
#include <linux/fs.h>
#include <asm/mmu_context.h>
#include <asm/mmu_context.h>
#include <asm/cacheflush.h>
#include <asm/cacheflush.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