diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2011-01-28 22:05:25 +0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-31 12:59:34 +1000 |
commit | 2f215a7d6d1d8ed0bbdda4fc4f7d64e3a1d46acc (patch) | |
tree | 68b35604c41dfd7885ed99de616578486ef64b23 | |
parent | af5eb745efe97d91d2cbe793029838b3311c15da (diff) | |
download | op-kernel-dev-2f215a7d6d1d8ed0bbdda4fc4f7d64e3a1d46acc.zip op-kernel-dev-2f215a7d6d1d8ed0bbdda4fc4f7d64e3a1d46acc.tar.gz |
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>
-rw-r--r-- | drivers/platform/x86/intel_scu_ipc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c index f374c59..a91d510 100644 --- a/drivers/platform/x86/intel_scu_ipc.c +++ b/drivers/platform/x86/intel_scu_ipc.c @@ -26,7 +26,6 @@ #include <linux/sfi.h> #include <asm/mrst.h> #include <asm/intel_scu_ipc.h> -#include <asm/mrst.h> /* IPC defines the following message types */ #define IPCMSG_WATCHDOG_TIMER 0xF8 /* Set Kernel Watchdog Threshold */ |