summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/t4dwave.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/t4dwave.c')
-rw-r--r--sys/dev/sound/pci/t4dwave.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c
index c3e6b41..9309962 100644
--- a/sys/dev/sound/pci/t4dwave.c
+++ b/sys/dev/sound/pci/t4dwave.c
@@ -36,8 +36,6 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#if NPCI != 0
-
/* -------------------------------------------------------------------- */
struct tr_info;
@@ -684,5 +682,3 @@ static driver_t tr_driver = {
static devclass_t pcm_devclass;
DRIVER_MODULE(tr, pci, tr_driver, pcm_devclass, 0, 0);
-
-#endif /* NPCI != 0 */
OpenPOWER on IntegriCloud