1. 06 5月, 2010 4 次提交
  2. 16 3月, 2010 1 次提交
    • B
      ARM: SAMSUNG: Fix build error from stale define in <plat/uncompress.h> · 65e543f1
      Ben Dooks 提交于
      The decleration of error() as static in the platform specific uncompress
      code in  arch/arm/plat-samsung/include/plat/uncomopress.h causes the build
      of the uncompressor to break. Remove it, as it is no longer needed.
      
      arch/arm/boot/compressed/decompress.o: In function `gunzip':
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:67: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:73: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:80: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:95: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:152: undefined reference to `error'
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      65e543f1
  3. 13 3月, 2010 1 次提交
    • M
      ARM: 5985/2: ARM: Fix Samsung build after "ARM: Eliminate decompressor -Dstatic= PIC hack" · a2302b45
      Mark Brown 提交于
      Commit 5de813b6 (ARM: Eliminate decompressor -Dstatic= PIC hack) among
      other things changed the declared type of the error() function to an
      extern, conflicting with the forward declartion in the Samsung
      plat/uncompress.h which appears to have been relying on the static
      being defined away, causing build failures since error() ends up with
      a GOT relocation but the linker script discards all GOT relocated
      data and functions:
      
      arch/arm/boot/compressed/decompress.o: In function `gunzip':
      /home/broonie/git/linux-2.6/arch/arm/boot/compressed/../../../../lib/decompress_
      +inflate.c:68: undefined reference to `error'
      
      and so on. Fix this by moving the declaration into uncompress/misc.c
      where it is shared with the rest of the code, correcting the definition
      as we go.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      a2302b45
  4. 24 2月, 2010 2 次提交
  5. 23 2月, 2010 3 次提交
  6. 22 2月, 2010 1 次提交
  7. 21 2月, 2010 1 次提交
  8. 03 2月, 2010 1 次提交
  9. 26 1月, 2010 1 次提交
  10. 21 1月, 2010 2 次提交
  11. 19 1月, 2010 2 次提交
  12. 18 1月, 2010 2 次提交
  13. 15 1月, 2010 9 次提交