1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Fix path of pci #includes that I botched.

Also pointed out by: Larry Rosenman
This commit is contained in:
Bill Paul 2003-09-08 04:28:20 +00:00
parent 3ad525ef3c
commit 20512f29f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119871

View File

@ -111,8 +111,8 @@ __FBSDID("$FreeBSD$");
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
MODULE_DEPEND(rl, pci, 1, 1, 1);
MODULE_DEPEND(rl, ether, 1, 1, 1);