From c23aaeeba46cfb112bb22a74c0898470331d3e18 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 05:54:52 +0000 Subject: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. --- sys/dev/amd/amd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/amd/amd.c') diff --git a/sys/dev/amd/amd.c b/sys/dev/amd/amd.c index dd025a1..d601ebc 100644 --- a/sys/dev/amd/amd.c +++ b/sys/dev/amd/amd.c @@ -76,8 +76,8 @@ #include #include -#include -#include +#include +#include #include #define PCI_DEVICE_ID_AMD53C974 0x20201022ul -- cgit v1.1