linux/arch/arm/mach-sa1100/include/mach
Arnd Bergmann 4d2b7d4cb4 ARM: 8532/1: uncompress: mark putc as inline
When CONFIG_DEBUG_ICEDCC is set, we don't use the platform
specific putc() function, but use icedcc_putc() instead, so
putc is unused and causes a compile time warning:

In file included from ../arch/arm/boot/compressed/misc.c:28:0:
arch/arm/mach-rpc/include/mach/uncompress.h:79:13: warning: 'putc' defined but not used [-Wunused-function]
arch/arm/mach-w90x900/include/mach/uncompress.h:30:13: warning: 'putc' defined but not used [-Wunused-function]

On most platforms, this does not happen, because putc is defined
as 'static inline' so the compiler will automatically drop it
when it's unused.

This changes the remaining seven platforms to behave the same way.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2016-02-22 16:55:42 +00:00
..
assabet.h ARM: sa11x0: assabet: better reset handling 2013-12-12 22:59:15 +00:00
badge4.h
bitfield.h
cerf.h PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystem 2012-02-04 14:32:23 +00:00
collie.h Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next 2014-04-04 00:33:32 +01:00
generic.h cpufreq: sa11x0: move cpufreq driver to drivers/cpufreq 2013-04-10 13:19:24 +02:00
h3xxx.h ARM: 7903/1: sa1100: h3xxx: drop hand-coded gpio_request_array analogue 2014-02-12 10:36:04 +00:00
hardware.h ARM: sa11x0/pxa: convert OS timer registers to IOMEM 2012-07-09 17:37:35 +01:00
irqs.h ARM: 8278/1: sa1100: split irq handling for low GPIOs 2015-01-29 15:24:46 +00:00
jornada720.h
memory.h ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h> 2014-07-29 23:08:52 +01:00
mtd-xip.h
nanoengine.h PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystem 2012-02-04 14:32:24 +00:00
neponset.h ARM: sa11x0: neponset: move register definitions to neponset.c 2012-02-09 15:34:17 +00:00
reset.h
SA-1100.h ARM: sa1100: remove unused RTC register definitions 2015-09-05 19:37:17 +02:00
SA-1101.h
shannon.h Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm 2012-03-27 18:17:02 -07:00
simpad.h ARM: sa1100: use __iomem pointers for MMIO 2012-09-19 15:19:16 +02:00
uncompress.h ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00