summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/outercache.h
diff options
context:
space:
mode:
authorRussell King2014-03-16 20:38:25 +0100
committerRussell King2014-05-30 01:50:35 +0200
commit678ea28b7c3cc9a7196192dc77dfc13513db3d5f (patch)
tree78c60c2d2da81dc9ff2e73f7fa62b7e18f3dcf43 /arch/arm/include/asm/outercache.h
parentARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this (diff)
downloadkernel-qcow2-linux-678ea28b7c3cc9a7196192dc77dfc13513db3d5f.tar.gz
kernel-qcow2-linux-678ea28b7c3cc9a7196192dc77dfc13513db3d5f.tar.xz
kernel-qcow2-linux-678ea28b7c3cc9a7196192dc77dfc13513db3d5f.zip
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>
Diffstat (limited to 'arch/arm/include/asm/outercache.h')
-rw-r--r--arch/arm/include/asm/outercache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/outercache.h b/arch/arm/include/asm/outercache.h
index 864afe2114d3..891a56b35bcf 100644
--- a/arch/arm/include/asm/outercache.h
+++ b/arch/arm/include/asm/outercache.h
@@ -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);
};