]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: nuc900: fix a typo and rename the header file
authorWan ZongShun <mcuos.com@gmail.com>
Wed, 2 Jun 2010 06:05:14 +0000 (14:05 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 2 Jun 2010 10:47:06 +0000 (11:47 +0100)
Fix a '#include "nuc900-audio.h' typo, I think it should be 'audio'.
At the same time, this patch renames the 'nuc900-auido.h' file to
'nuc900-audio.h'.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/nuc900/nuc900-ac97.c
sound/soc/nuc900/nuc900-audio.h [moved from sound/soc/nuc900/nuc900-auido.h with 100% similarity]

index c49a7934a7b2315ba063e6163eb27d66344bbae6..b6e42c7eb9a3e9cba6bbe3cfb102b9353877fcb0 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <mach/mfp.h>
 
-#include "nuc900-auido.h"
+#include "nuc900-audio.h"
 
 static DEFINE_MUTEX(ac97_mutex);
 struct nuc900_audio *nuc900_ac97_data;