* [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header
@ 2015-06-11 10:39 Maninder Singh
2015-06-11 15:29 ` Will Deacon
0 siblings, 1 reply; 4+ messages in thread
From: Maninder Singh @ 2015-06-11 10:39 UTC (permalink / raw)
To: will.deacon, linux-kernel, linux-arm-kernel, linux; +Cc: v.narang
Header <asm/kdebug.h> is not needed in hw_breakpoint.c
for arm as well as arm64.
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 -
arch/arm64/kernel/hw_breakpoint.c | 1 -
2 files changed, 0 insertions(+), 2 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. */
diff --git a/arch/arm64/kernel/hw_breakpoint.c
b/arch/arm64/kernel/hw_breakpoint.c
index e7d934d..7a1a5da 100644
--- a/arch/arm64/kernel/hw_breakpoint.c
+++ b/arch/arm64/kernel/hw_breakpoint.c
@@ -31,7 +31,6 @@
#include <asm/current.h>
#include <asm/debug-monitors.h>
#include <asm/hw_breakpoint.h>
-#include <asm/kdebug.h>
#include <asm/traps.h>
#include <asm/cputype.h>
#include <asm/system_misc.h>
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header
2015-06-11 10:39 [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header Maninder Singh
@ 2015-06-11 15:29 ` Will Deacon
2015-06-11 16:13 ` Catalin Marinas
0 siblings, 1 reply; 4+ messages in thread
From: Will Deacon @ 2015-06-11 15:29 UTC (permalink / raw)
To: Maninder Singh
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk,
v.narang@samsung.com
On Thu, Jun 11, 2015 at 11:39:58AM +0100, Maninder Singh wrote:
> Header <asm/kdebug.h> is not needed in hw_breakpoint.c
> for arm as well as arm64.
> 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 -
> arch/arm64/kernel/hw_breakpoint.c | 1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)
Sorry for the bother, but can you send this as two separate patches please?
They'll need to go via two different trees to get into mainline.
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header
2015-06-11 15:29 ` Will Deacon
@ 2015-06-11 16:13 ` Catalin Marinas
0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2015-06-11 16:13 UTC (permalink / raw)
To: Will Deacon
Cc: Maninder Singh, v.narang@samsung.com, linux@arm.linux.org.uk,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
On Thu, Jun 11, 2015 at 04:29:43PM +0100, Will Deacon wrote:
> On Thu, Jun 11, 2015 at 11:39:58AM +0100, Maninder Singh wrote:
> > Header <asm/kdebug.h> is not needed in hw_breakpoint.c
> > for arm as well as arm64.
> > 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 -
> > arch/arm64/kernel/hw_breakpoint.c | 1 -
> > 2 files changed, 0 insertions(+), 2 deletions(-)
>
> Sorry for the bother, but can you send this as two separate patches please?
> They'll need to go via two different trees to get into mainline.
Or just send it to kernel-janitors@vger.kernel.org.
--
Catalin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header
@ 2015-06-15 3:08 Maninder Singh
0 siblings, 0 replies; 4+ messages in thread
From: Maninder Singh @ 2015-06-15 3:08 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon
Cc: Vaneet Narang, linux@arm.linux.org.uk,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=windows-1252, Size: 960 bytes --]
>On Thu, Jun 11, 2015 at 04:29:43PM +0100, Will Deacon wrote:
>> On Thu, Jun 11, 2015 at 11:39:58AM +0100, Maninder Singh wrote:
>> > Header <asm/kdebug.h> is not needed in hw_breakpoint.c
>> > for arm as well as arm64.
>> > 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 -
>> > arch/arm64/kernel/hw_breakpoint.c | 1 -
>> > 2 files changed, 0 insertions(+), 2 deletions(-)
>>
>> Sorry for the bother, but can you send this as two separate patches please?
>> They'll need to go via two different trees to get into mainline.
>
>Or just send it to kernel-janitors@vger.kernel.org.
>
>--
>Catalin
Sure, I am sending two separate patches.
Thanksÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-15 3:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 10:39 [PATCH v2] arm:arm64/hw_breakpoint.c: Remove unnecessary header Maninder Singh
2015-06-11 15:29 ` Will Deacon
2015-06-11 16:13 ` Catalin Marinas
-- strict thread matches above, loose matches on Subject: below --
2015-06-15 3:08 Maninder Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox