alistair23-linux/arch/arm/mach-davinci/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
..
clock.h ARM: davinci: psc: introduce reset API 2013-01-22 17:42:59 +05:30
common.h ARM: davinci: serial: remove davinci_serial_setup_clk() 2013-08-22 00:38:59 +05:30
cpufreq.h davinci: DA850/OMAP-L138: avoid using separate initcall for initializing regulator 2009-11-25 10:21:37 -08:00
cputype.h ARM: davinci: remove tnetv107x support 2014-03-17 14:50:34 +01:00
da8xx.h ARM: Show proper respect for Heinrich Hertz by using the correct unit for frequency 2015-05-14 16:22:05 +01:00
entry-macro.S ARM: davinci: da8xx: fix interrupt handling 2012-07-09 16:01:11 +05:30
hardware.h ARM: davinci: implement DEBUG_LL port choice 2012-05-09 17:06:41 +05:30
irqs.h ARM: davinci: irqs: Correct McASP1 TX interrupt definition for DM646x 2015-03-18 17:17:36 +05:30
mux.h ARM: davinci: remove tnetv107x support 2014-03-17 14:50:34 +01:00
pm.h davinci: add power management support 2010-02-04 13:29:55 -08:00
serial.h ARM: davinci: remove tnetv107x support 2014-03-17 14:50:34 +01:00
time.h davinci: Add watchdog base address flexibility 2009-05-26 08:20:31 -07:00
uncompress.h ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00