projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a858cf
)
clockevents: remove sysdev.h
author
Kay Sievers
<kay.sievers@vrfy.org>
Thu, 22 Dec 2011 00:12:37 +0000
(16:12 -0800)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/time/clockevents.c
b/kernel/time/clockevents.c
index 1ecd6ba36d6c6d3d0ce404450878ea5da047e01d..9cd928f7a7c6a18e8188988a3ed7cfcfec8c808e 100644
(file)
--- a/
kernel/time/clockevents.c
+++ b/
kernel/time/clockevents.c
@@
-17,7
+17,6
@@
#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/smp.h>
-#include <linux/sysdev.h>
#include "tick-internal.h"