summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ad1816.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/ad1816.c')
-rw-r--r--sys/dev/sound/isa/ad1816.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c
index 5c1cf55..81b22e1 100644
--- a/sys/dev/sound/isa/ad1816.c
+++ b/sys/dev/sound/isa/ad1816.c
@@ -29,9 +29,6 @@
*/
#include <dev/sound/pcm/sound.h>
-
-#if NPCM > 0 && NPNP > 0
-
#include <dev/sound/isa/ad1816.h>
struct ad1816_info;
@@ -621,5 +618,3 @@ static driver_t ad1816_driver = {
};
DRIVER_MODULE(ad1816, isa, ad1816_driver, pcm_devclass, 0, 0);
-
-#endif
OpenPOWER on IntegriCloud