aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-03-16 15:38:25 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-05-29 19:50:35 -0400
commit678ea28b7c3cc9a7196192dc77dfc13513db3d5f (patch)
tree78c60c2d2da81dc9ff2e73f7fa62b7e18f3dcf43 /arch/arm/include/asm
parent851d6d7117b97d72a0ae84a4d6640d310ea63d1b (diff)
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')
-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 {
35 void (*resume)(void); 35 void (*resume)(void);
36 36
37 /* This is an ARM L2C thing */ 37 /* This is an ARM L2C thing */
38 void (*set_debug)(unsigned long);
39 void (*write_sec)(unsigned long, unsigned); 38 void (*write_sec)(unsigned long, unsigned);
40}; 39};
41 40