Skip to content

Commit

Permalink
ASoC: wm8741: Remove unused wm8741_suspend define
Browse files Browse the repository at this point in the history
This driver has no suspend callback.

Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
larsclausen authored and broonie committed Sep 25, 2014
1 parent f0b99ca commit 83a7fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8741.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ static int wm8741_resume(struct snd_soc_codec *codec)
return 0;
}
#else
#define wm8741_suspend NULL
#define wm8741_resume NULL
#endif

Expand Down

0 comments on commit 83a7fc9

Please sign in to comment.