Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
668c242d
Commit
668c242d
authored
Nov 02, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Nov 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k: Fix missing/superfluous includes
M68k: Fix missing/superfluous includes
parent
f16f96cc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
arch/m68k/atari/ataints.c
arch/m68k/atari/ataints.c
+0
-1
arch/m68k/kernel/time.c
arch/m68k/kernel/time.c
+1
-0
arch/m68k/sun3/intersil.c
arch/m68k/sun3/intersil.c
+1
-0
drivers/nubus/nubus.c
drivers/nubus/nubus.c
+0
-1
drivers/nubus/proc.c
drivers/nubus/proc.c
+0
-1
include/linux/sem.h
include/linux/sem.h
+1
-0
No files found.
arch/m68k/atari/ataints.c
View file @
668c242d
...
...
@@ -37,7 +37,6 @@
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ptrace.h>
#include <linux/kernel_stat.h>
#include <linux/init.h>
#include <linux/seq_file.h>
...
...
arch/m68k/kernel/time.c
View file @
668c242d
...
...
@@ -23,6 +23,7 @@
#include <asm/io.h>
#include <linux/timex.h>
#include <linux/profile.h>
u64
jiffies_64
;
...
...
arch/m68k/sun3/intersil.c
View file @
668c242d
...
...
@@ -13,6 +13,7 @@
#include <linux/kernel.h>
#include <linux/rtc.h>
#include <asm/errno.h>
#include <asm/system.h>
#include <asm/semaphore.h>
#include <asm/rtc.h>
...
...
drivers/nubus/nubus.c
View file @
668c242d
...
...
@@ -8,7 +8,6 @@
*/
#include <linux/config.h>
#include <linux/ptrace.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
...
...
drivers/nubus/proc.c
View file @
668c242d
...
...
@@ -17,7 +17,6 @@
icons) these files will provide "cooked" data. Otherwise they will
simply provide raw access (read-only of course) to the ROM. */
#include <linux/ptrace.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/nubus.h>
...
...
include/linux/sem.h
View file @
668c242d
...
...
@@ -2,6 +2,7 @@
#define _LINUX_SEM_H
#include <linux/ipc.h>
#include <asm/atomic.h>
/* semop flags */
#define SEM_UNDO 0x1000
/* undo the operation on exit */
...
...
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