summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/maestro.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
committerimp <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
commitbf11908ab77802f7a596c265f4b339a72aa6aa33 (patch)
treef46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/sound/pci/maestro.c
parentf13e5622e80cfe17b7f3b93119ae6eebc602341b (diff)
downloadFreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.zip
FreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.tar.gz
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.
Diffstat (limited to 'sys/dev/sound/pci/maestro.c')
-rw-r--r--sys/dev/sound/pci/maestro.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c
index 10613ed..b7124f7 100644
--- a/sys/dev/sound/pci/maestro.c
+++ b/sys/dev/sound/pci/maestro.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: maestro.c,v 1.12 2000/09/06 03:32:34 taku Exp $
+ * $Id: maestro.c,v 1.18 2003/07/01 15:52:01 scottl Exp $
*/
/*
@@ -46,8 +46,8 @@
#include <dev/sound/pcm/sound.h>
#include <dev/sound/pcm/ac97.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <dev/sound/pci/maestro_reg.h>
OpenPOWER on IntegriCloud