Skip to content

Commit

Permalink
ASoC: wm8741: Remove unused WM8741_NUM_RATES macro
Browse files Browse the repository at this point in the history
This macro is unused since commit e369bd0 ("ASoC: wm8741: Allow master
clock switching").

Signed-off-by: Sergej Sawazki <ce3a@gmx.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Sergej Sawazki authored and Mark Brown committed Jan 31, 2017
1 parent a5de5b7 commit c9b0bdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8741.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9b0bdc

Please sign in to comment.