linux/arch/mips/netlogic/xlp
Arnd Bergmann 42b76a1d6d MIPS: Avoid old-style declaration
gcc warns about nonstandard declarations:

arch/mips/sgi-ip32/ip32-irq.c:31:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
arch/mips/sgi-ip32/ip32-irq.c:36:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
arch/mips/sgi-ip27/ip27-klnuma.c: In function 'replicate_kernel_text':
arch/mips/sgi-ip27/ip27-klnuma.c:85:116: error: old-style function definition [-Werror=old-style-definition]

Moving 'inline' before the return type, and adding argument types
shuts up the warning here. This patch affects several platforms,
but all in a trivial way. I'm fixing up all instances I found in
any of the 'defconfig' builds.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15050/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2017-01-25 02:51:11 +01:00
..
ahci-init-xlp2.c MIPS: Netlogic: Fix 0x0x prefixes. 2015-09-03 12:08:05 +02:00
ahci-init.c MIPS: Netlogic: Fix cop0 prid check in AHCI init 2015-04-01 17:21:48 +02:00
cop2-ex.c MIPS: Netlogic: COP2 save/restore code 2013-06-13 17:46:41 +02:00
dt.c MIPS: Make MIPS_CMDLINE_DTB default 2015-11-11 08:38:37 +01:00
Makefile MIPS: Netlogic: handle modular AHCI builds 2014-11-24 07:44:06 +01:00
nlm_hal.c MIPS: Define & use CP0_EBase bit definitions 2016-05-13 15:30:25 +02:00
setup.c MIPS: Netlogic: Update function to read DRAM BARs 2015-04-01 17:21:52 +02:00
usb-init-xlp2.c MIPS: Netlogic: Add irq mapping and setup for XHCI port 3 2015-04-01 17:21:53 +02:00
usb-init.c MIPS: Netlogic: Add support for USB on XLP2xx 2013-09-03 23:22:20 +02:00
wakeup.c MIPS: Avoid old-style declaration 2017-01-25 02:51:11 +01:00