[patch 18/43] Remove now unnecessary includes

From: Thomas Gleixner
Date: Wed Nov 30 2005 - 19:08:41 EST


plain text document attachment (ktimer-cleanup-includes.patch)
- remove some now unnecessary includes

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>

init/main.c | 2 --
kernel/timer.c | 1 -
2 files changed, 3 deletions(-)

Index: linux-2.6.15-rc2-rework/init/main.c
===================================================================
--- linux-2.6.15-rc2-rework.orig/init/main.c
+++ linux-2.6.15-rc2-rework/init/main.c
@@ -47,8 +47,6 @@
#include <linux/rmap.h>
#include <linux/mempolicy.h>
#include <linux/key.h>
-#include <linux/ktimer.h>
-
#include <net/sock.h>

#include <asm/io.h>
Index: linux-2.6.15-rc2-rework/kernel/timer.c
===================================================================
--- linux-2.6.15-rc2-rework.orig/kernel/timer.c
+++ linux-2.6.15-rc2-rework/kernel/timer.c
@@ -30,7 +30,6 @@
#include <linux/thread_info.h>
#include <linux/time.h>
#include <linux/jiffies.h>
-#include <linux/ktimer.h>
#include <linux/posix-timers.h>
#include <linux/cpu.h>
#include <linux/syscalls.h>

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/