ARM: l2c: remove old .set_debug method

We no longer need or require the .set_debug method; we handle everything
it used to do via the .write_sec method instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2014-03-16 19:38:25 +00:00
parent 851d6d7117
commit 678ea28b7c
2 changed files with 2 additions and 20 deletions

View File

@@ -35,7 +35,6 @@ struct outer_cache_fns {
void (*resume)(void);
/* This is an ARM L2C thing */
void (*set_debug)(unsigned long);
void (*write_sec)(unsigned long, unsigned);
};