diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 18:44:01 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 18:44:01 +0000 |
| commit | 96e00123b4e1801dfa36167688ef64c668245194 (patch) | |
| tree | 75fd7284680a78ebc081f16a9e3d0b836d38d479 | |
| parent | 1c6f64061cc309aaee134a49f229372522ae4fe9 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pcm/sound.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 4bb2c9384b97..f7ec6a4acbf5 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -27,14 +27,6 @@ * $FreeBSD$ */ -#ifdef _KERNEL -#include "pcm.h" -#else -#error why? -#define NPCM 1 -#endif -#if NPCM > 0 - /* * first, include kernel header files. */ @@ -176,5 +168,3 @@ void pcm_setswap(device_t dev, pcm_swap_t *swap); /* ought to be made obsolete */ #define DV_F_DEV_MASK 0x0000ff00 /* force device type/class */ #define DV_F_DEV_SHIFT 8 /* force device type/class */ - -#endif |
