diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
commit | 8624512aa908741ba2795200133eae0d7f4557ea (patch) | |
tree | d5d3036fccf2604f4c98dedc11e8adb929d6b52e /drivers/sound/sb.h | |
parent | 7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff) |
Merge with 2.3.48.
Diffstat (limited to 'drivers/sound/sb.h')
-rw-r--r-- | drivers/sound/sb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/sound/sb.h b/drivers/sound/sb.h index 2cb785565..13c1cce55 100644 --- a/drivers/sound/sb.h +++ b/drivers/sound/sb.h @@ -1,7 +1,5 @@ #include <linux/config.h> -#include "legacy.h" -#ifdef CONFIG_SBDSP #define DSP_RESET (devc->base + 0x6) #define DSP_READ (devc->base + 0xA) #define DSP_WRITE (devc->base + 0xC) @@ -168,4 +166,3 @@ void sb_audio_close(int dev); extern int acer; extern sb_devc *last_sb; -#endif |