ASoC: Move uda134x_codec.h to uda134x.h
For consistency with other ASoC codec drivers.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c
index 04b30da..69ef521 100644
--- a/sound/soc/codecs/uda134x.c
+++ b/sound/soc/codecs/uda134x.c
@@ -24,7 +24,7 @@
#include <sound/uda134x.h>
#include <sound/l3.h>
-#include "uda134x_codec.h"
+#include "uda134x.h"
#define POWER_OFF_ON_STANDBY 1
diff --git a/sound/soc/codecs/uda134x_codec.h b/sound/soc/codecs/uda134x.h
similarity index 100%
rename from sound/soc/codecs/uda134x_codec.h
rename to sound/soc/codecs/uda134x.h