summaryrefslogtreecommitdiff
path: root/sys/dev/pci/wdt.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-08-30 02:46:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-08-30 02:46:57 +0000
commit98574009d8a0d134914b24194dd345bf893aaab6 (patch)
treecaabeea4b53cc90a556d6749f1c731b4374477ea /sys/dev/pci/wdt.c
parenta7ea2b356b1099217c5329dd8d21b7a97d3c8301 (diff)
Remove the header that exposed the old wdt ioctl interface to userland,
wdt was converted to use the common watchdog code some time ago so this is no longer needed. "yes, we should remove it" mbalmer@
Diffstat (limited to 'sys/dev/pci/wdt.c')
-rw-r--r--sys/dev/pci/wdt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/wdt.c b/sys/dev/pci/wdt.c
index 1c36a1c7350..c1227093898 100644
--- a/sys/dev/pci/wdt.c
+++ b/sys/dev/pci/wdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdt.c,v 1.16 2007/08/14 07:16:26 mk Exp $ */
+/* $OpenBSD: wdt.c,v 1.17 2008/08/30 02:46:56 jsg Exp $ */
/*-
* Copyright (c) 1998,1999 Alex Nash
@@ -40,8 +40,6 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>
-#include <dev/pci/wdt50x.h>
-
struct wdt_softc {
/* wdt_dev must be the first item in the struct */
struct device wdt_dev;