ARM: l2c: remove obsolete l2x0 ops for non-OF init
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 22:44:38 +0000 (22:44 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:48:28 +0000 (00:48 +0100)
commitcf9ea8f130e29915cb441e315f03ab4f64e0d73c
tree856bd2f625f1bbd1d62255bde9e26c0a16880536
parent9081114837742cf7f152c9bccbeeb2a9273183f4
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/cache-l2x0.c