ソースを参照

ASoC: Remove unuused hw_read_t

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 15 年 前
コミット
236cc52856
1 ファイル変更0 行追加1 行削除
  1. 0 1
      include/sound/soc.h

+ 0 - 1
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;