1
0
Fork 0

ASoC: Remove unuused hw_read_t

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
hifive-unleashed-5.1
Mark Brown 2009-09-07 12:46:42 +01:00
parent 367da1527a
commit 236cc52856
1 changed files with 0 additions and 1 deletions

View 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;