mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 21:53:18 +00:00
[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>
This commit is contained in:
parent
96e2e6fafa
commit
9e74114d96
1 changed files with 0 additions and 2 deletions
|
@ -39,9 +39,7 @@
|
|||
#include <linux/string.h>
|
||||
#include <linux/bootmem.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/dmi.h>
|
||||
#include <asm/desc.h>
|
||||
#include <linux/kdebug.h>
|
||||
|
||||
#define PCI_BIOS32_SD_VALUE 0x5F32335F /* "_32_" */
|
||||
#define CRU_BIOS_SIGNATURE_VALUE 0x55524324
|
||||
|
|
Loading…
Reference in a new issue