From: Gregory CLEMENT Date: Sat, 19 Apr 2014 16:32:49 +0000 (+0200) Subject: ARM: mvebu: remove unnecessary ifdef around l2x0_of_init X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~16^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42e1ffa269f098133629adf54cabe242596b647;p=pandora-kernel.git 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 Reviewed-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1397925170-8202-2-git-send-email-gregory.clement@free-electrons.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed