From a24cd11b8965bae3dc8c757ddf27dc220e0d51e1 Mon Sep 17 00:00:00 2001 From: Nikesh Oswal Date: Fri, 17 Feb 2012 15:43:39 +0530 Subject: asoc: codecs: remove device id for aic326x codec driver Change-Id: Ia6fac687a6b302fa49b6f8a7cfd74abfde5b45f9 Signed-off-by: Nikesh Oswal Reviewed-on: http://git-master/r/84544 Reviewed-by: Scott Peterson --- sound/soc/codecs/tlv320aic326x.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sound/soc/codecs') diff --git a/sound/soc/codecs/tlv320aic326x.c b/sound/soc/codecs/tlv320aic326x.c index 2bbafc540378..c44159ce8e37 100644 --- a/sound/soc/codecs/tlv320aic326x.c +++ b/sound/soc/codecs/tlv320aic326x.c @@ -4307,10 +4307,6 @@ static int __devexit aic3262_spi_remove(struct spi_device *spi) } -static const struct spi_device_id tlv320aic3262_id[] = { - {"aic3262-codec", 0}, - {} -}; static struct spi_driver aic3262_spi_driver = { .driver = { .name = "aic3262-codec", @@ -4319,7 +4315,6 @@ static struct spi_driver aic3262_spi_driver = { }, .probe = aic3262_spi_probe, .remove = __devexit_p(aic3262_spi_remove), - .id_table = tlv320aic3262_id, }; #endif static int __init tlv320aic3262_modinit(void) -- cgit v1.2.3