Skip to content

Commit

Permalink
[WATCHDOG 11/57] hpwdt: couple of include cleanups
Browse files Browse the repository at this point in the history
clean-up includes

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Alan Cox authored and Wim Van Sebroeck committed May 27, 2008
1 parent 89ea242 commit 6513e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
#include <linux/string.h>
#include <linux/bootmem.h>
#include <linux/slab.h>
#include <asm/dmi.h>
#include <linux/dmi.h>
#include <asm/desc.h>
#include <asm/kdebug.h>
#include <linux/kdebug.h>

#define PCI_BIOS32_SD_VALUE 0x5F32335F /* "_32_" */
#define CRU_BIOS_SIGNATURE_VALUE 0x55524324
Expand Down

0 comments on commit 6513e2a

Please sign in to comment.