Skip to content

Commit 62fbc01

Browse files
andy-shevhansendc
authored andcommitted
x86/rtc: Remove unused intel-mid.h
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 <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lore.kernel.org/all/20240305161024.1364098-1-andriy.shevchenko%40linux.intel.com Link: https://lore.kernel.org/all/[email protected]
1 parent 52b2c10 commit 62fbc01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kernel/rtc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <asm/vsyscall.h>
1111
#include <asm/x86_init.h>
1212
#include <asm/time.h>
13-
#include <asm/intel-mid.h>
1413
#include <asm/setup.h>
1514

1615
#ifdef CONFIG_X86_32

0 commit comments

Comments
 (0)