diff options
author | 2016-02-23 15:06:38 +0100 | |
---|---|---|
committer | 2016-02-25 15:38:38 +0100 | |
commit | d3201ede944a15eca0f13d2d49b322974f623a4a (patch) | |
tree | c0814c113407f7a649e3ab650baa8d1910fe8b1b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ARM: orion: only select I2C_BOARDINFO when using I2C (diff) | |
download | linux-dev-d3201ede944a15eca0f13d2d49b322974f623a4a.tar.xz linux-dev-d3201ede944a15eca0f13d2d49b322974f623a4a.zip |
ARM: mv78xx0: avoid unused function warning
mv78xx0 produces a harmless warning when CONFIG_CACHE_FEROCEON_L2 is
disabled:
arch/arm/mach-mv78xx0/common.c:385:19: warning: 'is_l2_writethrough' defined but not used [-Wunused-function]
This avoids the warning by changing the #ifdef to an if(IS_ENABLED())
check with the same resulting object code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions