dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/plat-samsung
Ben Dooks 65e543f12c ARM: SAMSUNG: Fix build error from stale define in <plat/uncompress.h>
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: Ben Dooks <ben-linux@fluff.org>
2010-03-15 22:57:18 +00:00
..
include/plat ARM: SAMSUNG: Fix build error from stale define in <plat/uncompress.h> 2010-03-15 22:57:18 +00:00
Kconfig ARM: SAMSUNG: Select NO_IOPORT for plat-samsung 2010-02-24 01:52:12 +00:00
Makefile ARM: SAMSUNG: Move the last build from plat-s3c to plat-samsung 2010-02-23 00:03:43 +00:00
adc.c ARM: SAMSUNG: adc: disable/enable IRQ on suspend/resume 2010-02-24 01:52:14 +00:00
clock-clksrc.c ARM: SAMSUNG: Fix bug in clksrc-clk round_rate call. 2010-01-18 16:00:56 +09:00
clock.c ARM: SAMSUNG: Add error printing to s3c24xx_register_clocks 2010-01-26 17:44:33 +09:00
dev-fb.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc1.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc2.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-i2c0.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-i2c1.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-nand.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-uart.c ARM: SAMSUNG: Make UART device code common 2010-01-19 09:23:50 +09:00
dev-usb-hsotg.c ARM: SAMSUNG: Add DMA masks to hsotg device 2010-02-03 01:54:54 +00:00
dev-usb.c ARM: SAMSUNG: Add platform data registration for OHCI 2010-01-19 09:23:51 +09:00
dma.c ARM: SAMSUNG: Move the last build from plat-s3c to plat-samsung 2010-02-23 00:03:43 +00:00
gpio-config.c ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h 2010-01-19 18:46:02 +09:00
gpio.c ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h 2010-01-19 18:46:02 +09:00
gpiolib.c ARM: SAMSUNG: Staticise gpiolib implementation functions 2010-01-21 13:55:15 +09:00
init.c ARM: SAMSUNG: Move the last build from plat-s3c to plat-samsung 2010-02-23 00:03:43 +00:00
irq-uart.c ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsung 2010-01-15 17:10:14 +09:00
irq-vic-timer.c ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files 2010-01-15 17:10:13 +09:00
pm-check.c ARM: SAMSUNG: Move pm-check.c to plat-samsung 2010-01-21 13:45:58 +09:00
pm-gpio.c ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h 2010-01-19 18:46:02 +09:00
pm.c ARM: SAMSUNG: Move pm.c to plat-samsung 2010-02-23 00:03:43 +00:00
pwm-clock.c ARM: SAMSUNG: Move pwm-clock code into plat-samsung 2010-01-15 17:10:12 +09:00
pwm.c ARM: SAMSUNG: Add suspend/resume support for S3C PWM driver 2010-03-15 22:43:33 +00:00
time.c ARM: SAMSUNG: Move the last build from plat-s3c to plat-samsung 2010-02-23 00:03:43 +00:00