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:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user