Commit 668c242d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k: Fix missing/superfluous includes

M68k: Fix missing/superfluous includes
parent f16f96cc
......@@ -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>
......
......@@ -23,6 +23,7 @@
#include <asm/io.h>
#include <linux/timex.h>
#include <linux/profile.h>
u64 jiffies_64;
......
......@@ -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>
......
......@@ -8,7 +8,6 @@
*/
#include <linux/config.h>
#include <linux/ptrace.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
......
......@@ -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>
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment