aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-23 16:52:33 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-23 16:52:33 +0000
commitb435c7ac5ae55e680cdac539bdb37a4f4f6489bc (patch)
tree7b6823db618eaad017ddd273ec2249de12e38867 /sys
parentc89d555c6cfb459972575368ffc1339e2672ca1e (diff)
downloadsrc-b435c7ac5ae55e680cdac539bdb37a4f4f6489bc.tar.gz
src-b435c7ac5ae55e680cdac539bdb37a4f4f6489bc.zip
dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit.
Notes
Notes: svn path=/head/; revision=119366
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/meteor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index c2fa54f270a6..5751b7057872 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -174,7 +174,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <machine/ioctl_meteor.h>
-#include <dev/pci/meteor_reg.h>
+#include <pci/meteor_reg.h>
#ifndef COMPAT_OLDPCI
#error "The meteor device requires the old pci compatibility shims"