From: Mark Brown Date: Mon, 7 Sep 2009 11:46:42 +0000 (+0100) Subject: ASoC: Remove unuused hw_read_t X-Git-Tag: v4.13~21569^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=236cc52856f6ebe47f52d50ba5431b0e172fd0d1;p=mirror_ubuntu-bionic-kernel.git ASoC: Remove unuused hw_read_t Signed-off-by: Mark Brown --- diff --git a/include/sound/soc.h b/include/sound/soc.h index 0758a1b3ca44..475cb7ed6bec 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;