clockevents: remove sysdev.h
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 22 Dec 2011 00:12:37 +0000 (16:12 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Dec 2011 00:12:37 +0000 (16:12 -0800)
This isn't needed in the clockevents.c file, and the header file is
going away soon, so just remove the #include

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/time/clockevents.c

index 1ecd6ba36d6c6d3d0ce404450878ea5da047e01d..9cd928f7a7c6a18e8188988a3ed7cfcfec8c808e 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/module.h>
 #include <linux/notifier.h>
 #include <linux/smp.h>
-#include <linux/sysdev.h>
 
 #include "tick-internal.h"
 
This page took 0.025186 seconds and 5 git commands to generate.