aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/neomagic.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
commit90cf0136c4c538b610702b30b4f37c875fafb776 (patch)
treef46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/sound/pci/neomagic.c
parent38d8c9940bac138b83c5aa0066f0e2623d3a3512 (diff)
downloadsrc-90cf0136c4c538b610702b30b4f37c875fafb776.tar.gz
src-90cf0136c4c538b610702b30b4f37c875fafb776.zip
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.
Notes
Notes: svn path=/head/; revision=119287
Diffstat (limited to 'sys/dev/sound/pci/neomagic.c')
-rw-r--r--sys/dev/sound/pci/neomagic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c
index 86a73c54e487..039df031f1ec 100644
--- a/sys/dev/sound/pci/neomagic.c
+++ b/sys/dev/sound/pci/neomagic.c
@@ -31,8 +31,8 @@
#include <dev/sound/pci/neomagic.h>
#include <dev/sound/pci/neomagic-coeff.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
SND_DECLARE_FILE("$FreeBSD$");