diff --git a/[refs] b/[refs] index be8bf9385fc2..55c345e7bcb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0bd65f45faae78bda7a2a07370c40c3e0a2502a +refs/heads/master: 72f2b894455775b980a5ac7ae70ab560b3d3d247 diff --git a/trunk/sound/soc/codecs/uda134x.c b/trunk/sound/soc/codecs/uda134x.c index 04b30da10228..69ef521a2ed1 100644 --- a/trunk/sound/soc/codecs/uda134x.c +++ b/trunk/sound/soc/codecs/uda134x.c @@ -24,7 +24,7 @@ #include #include -#include "uda134x_codec.h" +#include "uda134x.h" #define POWER_OFF_ON_STANDBY 1 diff --git a/trunk/sound/soc/codecs/uda134x_codec.h b/trunk/sound/soc/codecs/uda134x.h similarity index 100% rename from trunk/sound/soc/codecs/uda134x_codec.h rename to trunk/sound/soc/codecs/uda134x.h diff --git a/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c b/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c index 29a68132f169..487b010730b8 100644 --- a/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c +++ b/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c @@ -26,7 +26,7 @@ #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h" -#include "../codecs/uda134x_codec.h" +#include "../codecs/uda134x.h" /* #define ENFORCE_RATES 1 */