diff options
author | imp <imp@FreeBSD.org> | 2003-08-23 16:52:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-23 16:52:33 +0000 |
commit | 5db8aeaec34c04fea3bc69cc52c6e96f863c1cd1 (patch) | |
tree | 7b6823db618eaad017ddd273ec2249de12e38867 | |
parent | 8958714bb8409f154b6e7a7d33e2191f9bedfb44 (diff) | |
download | FreeBSD-src-5db8aeaec34c04fea3bc69cc52c6e96f863c1cd1.zip FreeBSD-src-5db8aeaec34c04fea3bc69cc52c6e96f863c1cd1.tar.gz |
dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit.
-rw-r--r-- | sys/pci/meteor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index c2fa54f..5751b70 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" |