diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-07 12:46:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-07 12:46:42 +0100 |
commit | 236cc52856f6ebe47f52d50ba5431b0e172fd0d1 (patch) | |
tree | 96f0c0bbc98042006e428ed0f08ee38c102ff11f | |
parent | 367da1527aff2a4f789d03082f9fb191cdf332c4 (diff) | |
download | linux-3.10-236cc52856f6ebe47f52d50ba5431b0e172fd0d1.tar.gz linux-3.10-236cc52856f6ebe47f52d50ba5431b0e172fd0d1.tar.bz2 linux-3.10-236cc52856f6ebe47f52d50ba5431b0e172fd0d1.zip |
ASoC: Remove unuused hw_read_t
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0758a1b3ca4..475cb7ed6be 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; |