Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1171846
| From | Maninder Singh <maninder1.s@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESUBMIT PATCH 1/1] arm/hw_breakpoint.c: remove unnecessary header |
| Date | 2015-06-25 06:50 +0200 |
| Message-ID | <pF7gR-6DO-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Header <asm/kdebug.h> is not needed for arm/hw_breakpoint.c, Removing the same. Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Reviewed-by: Vaneet Narang <v.narang@samsung.com> --- arch/arm/kernel/hw_breakpoint.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c index dc7d0a9..6284779 100644 --- a/arch/arm/kernel/hw_breakpoint.c +++ b/arch/arm/kernel/hw_breakpoint.c @@ -35,7 +35,6 @@ #include <asm/cputype.h> #include <asm/current.h> #include <asm/hw_breakpoint.h> -#include <asm/kdebug.h> #include <asm/traps.h> /* Breakpoint currently in use for each BRP. */ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[RESUBMIT PATCH 1/1] arm/hw_breakpoint.c: remove unnecessary header Maninder Singh <maninder1.s@samsung.com> - 2015-06-25 06:50 +0200
csiph-web