diff options
author | Vincenzo Frascino <vincenzo.frascino@arm.com> | 2020-03-06 12:56:38 +0000 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2020-03-13 21:44:50 +0100 |
commit | afb80cf1e6f612d3f2736d74bcd8ade096f2c9bb (patch) | |
tree | edf18cb96cc01c8cf7d9ff200367fea5eb3111cd /arch/arm/Makefile | |
parent | 37b146e3f2b4bab1009245f45e1cd9a321efcbbe (diff) | |
download | linux-afb80cf1e6f612d3f2736d74bcd8ade096f2c9bb.tar.bz2 |
arm: mach-dove: Mark dove_io_desc as __maybe_unused
Without this, we get the warnings below when CONFIG_MMU is disabled:
linux/arch/arm/mach-dove/common.c:51:24: warning: ‘dove_io_desc’ defined
but not used [-Wunused-variable]
static struct map_desc dove_io_desc[] __initdata = {
^~~~~~~~~~~~
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/Makefile')
0 files changed, 0 insertions, 0 deletions