diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-10-09 03:46:28 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-10-09 03:46:28 +0000 |
| commit | 6bab6ffeb8f1fd7c9437b5e4b903c3b4b17b8967 (patch) | |
| tree | 0d2b387ff06755982ba0a5dbee89acb28fc0bab3 /sys/dev/dpt | |
| parent | 5d47e22f3b8fc73ad3f05d20992e49f1b15b20da (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index 9df90db97c00..884b6b657809 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -52,7 +52,7 @@ #include <cam/scsi/scsi_all.h> #include <dev/dpt/dpt.h> -#include <pci/dpt_pci.h> +#include <dev/dpt/dpt_pci.h> #define PCI_BASEADR0 PCI_MAP_REG_START /* I/O Address */ #define PCI_BASEADR1 PCI_MAP_REG_START + 4 /* Mem I/O Address */ |
