Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

intel_scu_ipc: remove duplicated #include

Remove duplicated #include('s) in
drivers/platform/x86/intel_scu_ipc.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Huang Weiyi and committed by
Linus Torvalds
2f215a7d af5eb745

-1
-1
drivers/platform/x86/intel_scu_ipc.c
··· 26 26 #include <linux/sfi.h> 27 27 #include <asm/mrst.h> 28 28 #include <asm/intel_scu_ipc.h> 29 - #include <asm/mrst.h> 30 29 31 30 /* IPC defines the following message types */ 32 31 #define IPCMSG_WATCHDOG_TIMER 0xF8 /* Set Kernel Watchdog Threshold */