From: Russell King Date: Sat, 15 Mar 2014 22:44:38 +0000 (+0000) Subject: ARM: l2c: remove obsolete l2x0 ops for non-OF init X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9ea8f130e29915cb441e315f03ab4f64e0d73c;p=pandora-kernel.git ARM: l2c: remove obsolete l2x0 ops for non-OF init non-OF initialisation has never been used with any cache controller which isn't an ARM cache controller, so we can safely get rid of the old (and buggy) l2x0_*-based operations structure. This is also the last reference to: - l2x0_clean_line() - l2x0_inv_line() - l2x0_flush_line() - l2x0_flush_all() - l2x0_clean_all() - l2x0_inv_all() - l2x0_inv_range() - l2x0_clean_range() - l2x0_flush_range() - l2x0_enable() - l2x0_resume() so kill those functions too. Signed-off-by: Russell King --- Reading git-diff-tree failed