浏览代码

[WATCHDOG] hpwdt.c - fix double includes

The last clean-up created 2 times the same include. delete the doubles.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Wim Van Sebroeck 17 年之前
父节点
当前提交
9e74114d96
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/watchdog/hpwdt.c

+ 0 - 2
drivers/watchdog/hpwdt.c

@@ -39,9 +39,7 @@
 #include <linux/string.h>
 #include <linux/string.h>
 #include <linux/bootmem.h>
 #include <linux/bootmem.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
-#include <linux/dmi.h>
 #include <asm/desc.h>
 #include <asm/desc.h>
-#include <linux/kdebug.h>
 
 
 #define PCI_BIOS32_SD_VALUE		0x5F32335F	/* "_32_" */
 #define PCI_BIOS32_SD_VALUE		0x5F32335F	/* "_32_" */
 #define CRU_BIOS_SIGNATURE_VALUE	0x55524324
 #define CRU_BIOS_SIGNATURE_VALUE	0x55524324