1. 21 2月, 2007 37 次提交
  2. 20 2月, 2007 3 次提交
    • R
      [ARM] Fix ARM AACI ALSA driver · 8a371840
      Russell King 提交于
        CC [M]  sound/arm/aaci.o
      sound/arm/aaci.c:729: error: parse error before '*' token
      sound/arm/aaci.c:731: warning: function declaration isn't a prototype
      ...
      sound/arm/aaci.c:786: error: parse error before '*' token
      sound/arm/aaci.c:786: warning: function declaration isn't a prototype
      ...
      sound/arm/aaci.c:827: error: parse error before '*' token
      sound/arm/aaci.c:828: warning: function declaration isn't a prototype
      ...
      sound/arm/aaci.c:845: error: parse error before "aaci_capture_ops"
      sound/arm/aaci.c:845: warning: type defaults to `int' in declaration of `aaci_capture_ops'
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8a371840
    • D
      [ARM] fix mach-at91 build breakage · 25ccb569
      David Brownell 提交于
      The rename of the AT91 subtree from mach-at91rm9200 to mach-at91
      (to accomodate at91sam926x processors) was incomplete.  It needs
      this patch to be able to build again.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      25ccb569
    • R
      [ARM] Fix jornada720 build errors · 4f2849e4
      Russell King 提交于
      kernel/built-in.o: In function `pm_suspend':
      utsname_sysctl.c:(.text+0x23008): multiple definition of `pm_suspend'
      arch/arm/mach-sa1100/built-in.o:arch/arm/mach-sa1100/sleep.S:(.text+0xf68): first defined here
      arm-linux-ld: Warning: size of symbol `pm_suspend' changed from 20 in arch/arm/mach-sa1100/built-in.o to 44 in kernel/built-in.o
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4f2849e4