From: Mark Brown <broonie@opensource.wolfsonmicro.com> Date: Mon, 7 Sep 2009 11:46:42 +0000 (+0100) Subject: ASoC: Remove unuused hw_read_t X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=236cc52856f6ebe47f52d50ba5431b0e172fd0d1;p=linux.git ASoC: Remove unuused hw_read_t Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> --- diff --git a/include/sound/soc.h b/include/sound/soc.h index 0758a1b3ca444..475cb7ed6becc 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -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;