projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b2c10
)
x86/rtc: Remove unused intel-mid.h
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 5 Mar 2024 16:10:24 +0000
(18:10 +0200)
committer
Dave Hansen
<dave.hansen@linux.intel.com>
Wed, 3 Apr 2024 15:24:48 +0000
(08:24 -0700)
The rtc driver used to be disabled with a direct check for Intel MID
platforms. But that direct check was replaced long ago (see second
link). Remove the (unused since 2016) include.
[ dhansen: rewrite changelog to include some history ]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link:
https://lore.kernel.org/all/20240305161024.1364098-1-andriy.shevchenko%40linux.intel.com
Link:
https://lore.kernel.org/all/1460592286-300-5-git-send-email-mcgrof@kernel.org
arch/x86/kernel/rtc.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/rtc.c
b/arch/x86/kernel/rtc.c
index 2e7066980f3e8bf665613ab4fd2f9ccb03ad7627..51a849a79c985cb1781509b42315311c3ba26233 100644
(file)
--- a/
arch/x86/kernel/rtc.c
+++ b/
arch/x86/kernel/rtc.c
@@
-10,7
+10,6
@@
#include <asm/vsyscall.h>
#include <asm/x86_init.h>
#include <asm/time.h>
-#include <asm/intel-mid.h>
#include <asm/setup.h>
#ifdef CONFIG_X86_32