From: Sergej Sawazki Date: Fri, 27 Jan 2017 22:20:53 +0000 (+0100) Subject: ASoC: wm8741: Remove unused WM8741_NUM_RATES macro X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c9b0bdc74735a5173cdce67f8a85f85c2e8bccee;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: wm8741: Remove unused WM8741_NUM_RATES macro This macro is unused since commit e369bd006fd6 ("ASoC: wm8741: Allow master clock switching"). Signed-off-by: Sergej Sawazki Acked-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c index 565d477cd790..b8c1940f2243 100644 --- a/sound/soc/codecs/wm8741.c +++ b/sound/soc/codecs/wm8741.c @@ -37,8 +37,6 @@ static const char *wm8741_supply_names[WM8741_NUM_SUPPLIES] = { "DVDD", }; -#define WM8741_NUM_RATES 6 - /* codec private data */ struct wm8741_priv { struct wm8741_platform_data pdata;