summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-17 17:52:46 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-17 17:52:46 +0000
commit4cc53324f5609f667e233c77499eb0d3a936f6ba (patch)
treeeb0f9cad4fb9d2061c9897e6da50387827a4c2f3 /sys/dev
parent5e2a63b25101c6aaea4b77c014bbad44b04c0b35 (diff)
Fix space.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pciide.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 733031b4dbd..e35716ecb25 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.171 2004/10/17 17:42:01 grange Exp $ */
+/* $OpenBSD: pciide.c,v 1.172 2004/10/17 17:52:45 grange Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -107,6 +107,7 @@ int wdcdebug_pciide_mask = WDCDEBUG_PCIIDE_MASK;
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
+
#include <dev/pci/pciidereg.h>
#include <dev/pci/pciidevar.h>
#include <dev/pci/pciide_piix_reg.h>