diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-04-28 19:19:56 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-30 01:02:05 (GMT) |
commit | 8d1cea6e1439a113b1f17eab9b4e2f0cfc24bbb0 (patch) | |
tree | 073e964e2700dd87da32dbc22eefdb48c40cb5b5 /arch/ppc/8xx_io/Makefile | |
parent | 4bd4aa1967628fa85a40936410acab6b8bbae6f5 (diff) | |
download | linux-fsl-qoriq-8d1cea6e1439a113b1f17eab9b4e2f0cfc24bbb0.tar.xz |
[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/8xx_io/Makefile')
-rw-r--r-- | arch/ppc/8xx_io/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/8xx_io/Makefile b/arch/ppc/8xx_io/Makefile index d876018..1051a06 100644 --- a/arch/ppc/8xx_io/Makefile +++ b/arch/ppc/8xx_io/Makefile @@ -7,4 +7,3 @@ obj-y := commproc.o obj-$(CONFIG_FEC_ENET) += fec.o obj-$(CONFIG_SCC_ENET) += enet.o obj-$(CONFIG_UCODE_PATCH) += micropatch.o -obj-$(CONFIG_HTDMSOUND) += cs4218_tdm.o |