]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/include/asm/hw_breakpoint.h
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / arch / arm / include / asm / hw_breakpoint.h
index 881429d0b8492fe02fa8de442e88384bdd95be4f..f389b2704d82110226254551e873d18f6c93a69c 100644 (file)
@@ -20,8 +20,8 @@ struct arch_hw_breakpoint_ctrl {
 struct arch_hw_breakpoint {
        u32     address;
        u32     trigger;
-       struct arch_hw_breakpoint_ctrl step_ctrl;
-       struct arch_hw_breakpoint_ctrl ctrl;
+       struct  arch_hw_breakpoint_ctrl step_ctrl;
+       struct  arch_hw_breakpoint_ctrl ctrl;
 };
 
 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl)