WSL2-Linux-Kernel/arch/arm
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
..
boot ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUs 2016-02-22 11:39:41 +00:00
common
configs
crypto
firmware
include ARM: 8531/1: turn init_new_context into an inline function 2016-02-22 16:55:42 +00:00
kernel ARM: 8537/1: drop unused DEBUG_RODATA from XIP_KERNEL 2016-02-22 11:39:43 +00:00
kvm
lib
mach-alpine
mach-asm9260
mach-at91
mach-axxia
mach-bcm
mach-berlin
mach-clps711x
mach-cns3xxx
mach-davinci ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-digicolor
mach-dove
mach-ebsa110
mach-efm32
mach-ep93xx
mach-exynos
mach-footbridge ARM: 8530/1: remove VIRT_TO_BUS 2016-02-22 16:55:42 +00:00
mach-gemini
mach-highbank
mach-hisi
mach-imx
mach-integrator
mach-iop13xx
mach-iop32x
mach-iop33x
mach-ixp4xx
mach-keystone ARM: make virt_to_idmap() return unsigned long 2016-02-08 15:47:28 +00:00
mach-ks8695 ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-lpc18xx
mach-lpc32xx
mach-mediatek
mach-meson
mach-mmp
mach-moxart
mach-mv78xx0
mach-mvebu
mach-mxs
mach-netx ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-nomadik
mach-nspire
mach-omap1 ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-omap2 More power management and ACPI updates for v4.5-rc1 2016-01-20 19:06:49 -08:00
mach-orion5x
mach-picoxcell
mach-prima2
mach-pxa
mach-qcom
mach-realview ARM: realview: fix device tree build 2016-01-21 13:16:17 +01:00
mach-rockchip
mach-rpc ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-s3c24xx
mach-s3c64xx
mach-s5pv210
mach-sa1100 ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-shmobile
mach-socfpga
mach-spear
mach-sti
mach-stm32
mach-sunxi
mach-tango
mach-tegra
mach-u300
mach-uniphier
mach-ux500
mach-versatile
mach-vexpress
mach-vt8500
mach-w90x900 ARM: 8532/1: uncompress: mark putc as inline 2016-02-22 16:55:42 +00:00
mach-zx
mach-zynq
mm ARM: 8535/1: mm: DEBUG_RODATA makes no sense with XIP_KERNEL 2016-02-22 11:39:42 +00:00
net
nwfpe
oprofile
plat-iop
plat-omap
plat-orion ARM: orion: implement ARM delay timer 2016-01-26 23:45:05 +00:00
plat-pxa
plat-samsung
plat-versatile
probes
tools
vdso
vfp
xen
Kconfig ARM: 8530/1: remove VIRT_TO_BUS 2016-02-22 16:55:42 +00:00
Kconfig-nommu
Kconfig.debug ARM: SoC fixes for v4.5 merge window 2016-01-22 17:26:00 -08:00
Makefile ARM: 8529/1: remove 'i' and 'zi' targets 2016-02-16 16:33:41 +00:00