alistair23-linux/arch/arm/mach-ks8695
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
..
include/mach ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
board-acs5k.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
board-dsm320.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
board-micrel.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
board-og.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
board-sg.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
cpu.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
devices.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
devices.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
generic.h
irq.c ARM: kill off set_irq_flags usage 2015-07-28 13:58:13 +02:00
Kconfig
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
Makefile.boot
pci.c ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-hpna.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-lan.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-mem.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-pci.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-sys.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
regs-wan.h ARM: ks8695: make headers more local 2015-12-01 21:52:50 +01:00
time.c ARM/ks8695/time: Migrate to new 'set-state' interface 2015-07-17 08:25:49 +05:30