• A
    ASoC: Fix compile error for nuc900-ac97.c · 5a8f1d47
    Axel Lin 提交于
    Fix below compile error by add a missing ';'.
    
      CC      sound/soc/nuc900/nuc900-ac97.o
    sound/soc/nuc900/nuc900-ac97.c:300: warning: initialization from incompatible pointer type
    sound/soc/nuc900/nuc900-ac97.c:301: warning: initialization from incompatible pointer type
    sound/soc/nuc900/nuc900-ac97.c:318: error: expected ',' or ';' before 'static'
    sound/soc/nuc900/nuc900-ac97.c:405: error: 'nuc900_ac97_drvprobe' undeclared here (not in a function)
    make[3]: *** [sound/soc/nuc900/nuc900-ac97.o] Error 1
    make[2]: *** [sound/soc/nuc900] Error 2
    make[1]: *** [sound/soc] Error 2
    make: *** [sound] Error 2
    Signed-off-by: NAxel Lin <axel.lin@gmail.com>
    Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
    Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
    5a8f1d47
nuc900-ac97.c 10.1 KB