From ad02e37a804acdca15ae95c9380baad609dbdb48 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sat, 30 Jan 2010 11:29:56 +0900 Subject: [PATCH] --- yaml --- r: 181158 b: refs/heads/master c: 31a090ae0693af189fc7a8ad16cece4878acad33 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/include/asm/hw_breakpoint.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 26d193c4d424..6487c0bc9baf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97b19778ee5dd0484493f12f6a9cf9391cf0aefb +refs/heads/master: 31a090ae0693af189fc7a8ad16cece4878acad33 diff --git a/trunk/arch/sh/include/asm/hw_breakpoint.h b/trunk/arch/sh/include/asm/hw_breakpoint.h index 7295d6290249..965dd780d51b 100644 --- a/trunk/arch/sh/include/asm/hw_breakpoint.h +++ b/trunk/arch/sh/include/asm/hw_breakpoint.h @@ -1,12 +1,12 @@ #ifndef __ASM_SH_HW_BREAKPOINT_H #define __ASM_SH_HW_BREAKPOINT_H -#include -#include - #ifdef __KERNEL__ #define __ARCH_HW_BREAKPOINT_H +#include +#include + struct arch_hw_breakpoint { char *name; /* Contains name of the symbol to set bkpt */ unsigned long address;