Skip to content

Commit

Permalink
ASoC: stac9766: Remove version number
Browse files Browse the repository at this point in the history
There is no need to have versioning beyond that for the kernel, especially
when the version number never gets updated.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Jun 25, 2013
1 parent 9e895ac commit 4bf07ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/stac9766.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include "stac9766.h"

#define STAC9766_VERSION "0.10"

/*
* STAC9766 register cache
*/
Expand Down Expand Up @@ -338,8 +336,6 @@ static int stac9766_codec_probe(struct snd_soc_codec *codec)
{
int ret = 0;

printk(KERN_INFO "STAC9766 SoC Audio Codec %s\n", STAC9766_VERSION);

ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0)
goto codec_err;
Expand Down

0 comments on commit 4bf07ee

Please sign in to comment.