Skip to content

Commit

Permalink
ASoC: Remove version display from WM8580 driver
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Mar 11, 2009
1 parent aaf1e17 commit 02b7cbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/wm8580.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#include "wm8580.h"

#define WM8580_VERSION "0.1"

struct pll_state {
unsigned int in;
unsigned int out;
Expand Down Expand Up @@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
struct wm8580_priv *wm8580;
int ret = 0;

pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION);

setup = socdev->codec_data;
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL)
Expand Down

0 comments on commit 02b7cbc

Please sign in to comment.