]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mvebu: remove unnecessary ifdef around l2x0_of_init
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Apr 2014 16:32:49 +0000 (18:32 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 26 Apr 2014 00:40:54 +0000 (00:40 +0000)
commit2865b82e9e19ef0ea63d59fd3a0b03b401b3588d
tree9234d403687c168a40744a52cada5a686714a91b
parentd8a9e4bc0359aa7c84ddbb8c2d2c97a36c6e554f
ARM: mvebu: remove unnecessary ifdef around l2x0_of_init

l2x0_of_init function is always defined
arch/arm/include/asm/hardware/cache-l2x0.h: in case of
CONFIG_CACHE_L2X0 is not selected then a placeholder is defined.
Then there is no need to have ifdef around  l2x0_of_init.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1397925170-8202-2-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/board-v7.c