diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-06 18:26:33 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-06 18:26:33 +0000 |
| commit | c2af6f650c4eb0f16a2f41bc527c7d2a85b45039 (patch) | |
| tree | a47bb821a6eb3af940b95f6854166ec2f01fbac1 /sys/dev/sound/pci/csa.c | |
| parent | 41c47eee15b44e27528c9fce0700bd8fc0f85e31 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/pci/csa.c')
| -rw-r--r-- | sys/dev/sound/pci/csa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index eebeda6ad5be..61dcd385710c 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -26,7 +26,6 @@ * $FreeBSD$ */ -#include "csa.h" #include "pci.h" #include <sys/param.h> @@ -49,8 +48,6 @@ #include <pci/pcivar.h> #endif /* NPCI > 0 */ -#if NCSA > 0 - #include <dev/sound/pci/csaimg.h> /* Here is the parameter structure per a device. */ @@ -792,5 +789,3 @@ static driver_t csa_driver = { */ DRIVER_MODULE(csa, pci, csa_driver, csa_devclass, 0, 0); #endif /* NPCI > 0 */ - -#endif /* NCSA > 0 */ |
