aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/rpxlite.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-04-28 15:19:56 -0400
committerPaul Mackerras <paulus@samba.org>2007-04-29 21:02:05 -0400
commit8d1cea6e1439a113b1f17eab9b4e2f0cfc24bbb0 (patch)
tree073e964e2700dd87da32dbc22eefdb48c40cb5b5 /arch/ppc/platforms/rpxlite.h
parent4bd4aa1967628fa85a40936410acab6b8bbae6f5 (diff)
[POWERPC] Remove the unused HTDMSOUND driver
Recently, someone fixed a syntax error in the HTDMSOUND driver introduced 4 years ago. Unfortunately not by trying to compile this driver for his hardware but by code inspection - which seems to be a strong indication that there are no users left for this OSS sound driver. This patch therefore removes it. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Dan Malek <dan@embeddedalley.com> Acked-by: Marcelo Tosatti <marcelo@kvack.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/rpxlite.h')
-rw-r--r--arch/ppc/platforms/rpxlite.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/platforms/rpxlite.h b/arch/ppc/platforms/rpxlite.h
index 719780646270..b615501d55fc 100644
--- a/arch/ppc/platforms/rpxlite.h
+++ b/arch/ppc/platforms/rpxlite.h
@@ -57,10 +57,6 @@ extern bd_t m8xx_board_info;
57#define BCSR1_PCVCTL6 ((uint)0x00020000) 57#define BCSR1_PCVCTL6 ((uint)0x00020000)
58#define BCSR1_PCVCTL7 ((uint)0x00010000) 58#define BCSR1_PCVCTL7 ((uint)0x00010000)
59 59
60#if defined(CONFIG_HTDMSOUND)
61#include <platforms/rpxhiox.h>
62#endif
63
64/* define IO_BASE for pcmcia */ 60/* define IO_BASE for pcmcia */
65#define _IO_BASE 0x80000000 61#define _IO_BASE 0x80000000
66#define _IO_BASE_SIZE 0x1000 62#define _IO_BASE_SIZE 0x1000