]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: Remove unuused hw_read_t
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 Sep 2009 11:46:42 +0000 (12:46 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 Sep 2009 11:46:42 +0000 (12:46 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h

index 0758a1b3ca44462cfa07f4407ee04007e077c605..475cb7ed6beccb8cadc8fd952aaf48516e766929 100644 (file)
@@ -205,7 +205,6 @@ struct snd_soc_jack_gpio;
 #endif
 
 typedef int (*hw_write_t)(void *,const char* ,int);
-typedef int (*hw_read_t)(void *,char* ,int);
 
 extern struct snd_ac97_bus_ops soc_ac97_ops;