projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edeb304
)
powerpc/kernel/time: Remove duplicate header
author
Brajeswar Ghosh
<brajeswar.linux@gmail.com>
Mon, 28 Jan 2019 16:11:36 +0000
(21:41 +0530)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 30 Jan 2019 12:42:31 +0000
(23:42 +1100)
Remove linux/rtc.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/time.c
b/arch/powerpc/kernel/time.c
index
3646aff
..
bc0503e
100644
(file)
--- a/
arch/powerpc/kernel/time.c
+++ b/
arch/powerpc/kernel/time.c
@@
-57,7
+57,6
@@
#include <linux/irq_work.h>
#include <linux/clk-provider.h>
#include <linux/suspend.h>
-#include <linux/rtc.h>
#include <linux/sched/cputime.h>
#include <linux/processor.h>
#include <asm/trace.h>