LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] include/asm-arm - use angle brackets for includes
@ 2008-03-05 0:46 Joe Perches
2008-03-05 7:47 ` Russell King
2008-03-05 16:44 ` Joe Perches
0 siblings, 2 replies; 4+ messages in thread
From: Joe Perches @ 2008-03-05 0:46 UTC (permalink / raw)
To: Russell King, Nicolas Pitre; +Cc: linux-arm-kernel, LKML
Signed-off-by: Joe Perches <joe@perches.com
include/asm-arm/plat-s3c/uncompress.h | 4 ++--
include/asm-arm/proc-fns.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/asm-arm/plat-s3c/uncompress.h b/include/asm-arm/plat-s3c/uncompress.h
index b5e6208..19b9eda 100644
--- a/include/asm-arm/plat-s3c/uncompress.h
+++ b/include/asm-arm/plat-s3c/uncompress.h
@@ -27,8 +27,8 @@ static void arch_detect_cpu(void);
/* defines for UART registers */
-#include "asm/plat-s3c/regs-serial.h"
-#include "asm/plat-s3c/regs-watchdog.h"
+#include <asm/plat-s3c/regs-serial.h>
+#include <asm/plat-s3c/regs-watchdog.h>
/* working in physical space... */
#undef S3C2410_WDOGREG
diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h
index a4ce457..75ec760 100644
--- a/include/asm-arm/proc-fns.h
+++ b/include/asm-arm/proc-fns.h
@@ -214,9 +214,9 @@
#ifndef __ASSEMBLY__
#ifndef MULTI_CPU
-#include "asm/cpu-single.h"
+#include <asm/cpu-single.h>
#else
-#include "asm/cpu-multi32.h"
+#include <asm/cpu-multi32.h>
#endif
#include <asm/memory.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] include/asm-arm - use angle brackets for includes
2008-03-05 0:46 [PATCH] include/asm-arm - use angle brackets for includes Joe Perches
@ 2008-03-05 7:47 ` Russell King
2008-03-05 16:44 ` Joe Perches
1 sibling, 0 replies; 4+ messages in thread
From: Russell King @ 2008-03-05 7:47 UTC (permalink / raw)
To: Joe Perches; +Cc: Nicolas Pitre, LKML
To: Russell King <rmk+kernel@arm.linux.org.uk>, Nicolas Pitre <nico@cam.org>
Cc: linux-arm-kernel@lists.arm.linux.org.uk,
LKML <linux-kernel@vger.kernel.org>
No idea why you're sending this to Nicolas, yet it touches s3cXXXX stuff
which is Ben Dooks, who has been omitted from the above.
On Tue, Mar 04, 2008 at 04:46:18PM -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com
This is not a proper signed off - please use both angle brackets. 8)
>
> include/asm-arm/plat-s3c/uncompress.h | 4 ++--
> include/asm-arm/proc-fns.h | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/asm-arm/plat-s3c/uncompress.h b/include/asm-arm/plat-s3c/uncompress.h
> index b5e6208..19b9eda 100644
> --- a/include/asm-arm/plat-s3c/uncompress.h
> +++ b/include/asm-arm/plat-s3c/uncompress.h
> @@ -27,8 +27,8 @@ static void arch_detect_cpu(void);
>
> /* defines for UART registers */
>
> -#include "asm/plat-s3c/regs-serial.h"
> -#include "asm/plat-s3c/regs-watchdog.h"
> +#include <asm/plat-s3c/regs-serial.h>
> +#include <asm/plat-s3c/regs-watchdog.h>
>
> /* working in physical space... */
> #undef S3C2410_WDOGREG
> diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h
> index a4ce457..75ec760 100644
> --- a/include/asm-arm/proc-fns.h
> +++ b/include/asm-arm/proc-fns.h
> @@ -214,9 +214,9 @@
> #ifndef __ASSEMBLY__
>
> #ifndef MULTI_CPU
> -#include "asm/cpu-single.h"
> +#include <asm/cpu-single.h>
> #else
> -#include "asm/cpu-multi32.h"
> +#include <asm/cpu-multi32.h>
> #endif
>
> #include <asm/memory.h>
>
>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] include/asm-arm - use angle brackets for includes
2008-03-05 0:46 [PATCH] include/asm-arm - use angle brackets for includes Joe Perches
2008-03-05 7:47 ` Russell King
@ 2008-03-05 16:44 ` Joe Perches
2008-03-06 9:13 ` Russell King
1 sibling, 1 reply; 4+ messages in thread
From: Joe Perches @ 2008-03-05 16:44 UTC (permalink / raw)
To: Russell King, Ben Dooks; +Cc: Nicolas Pitre, linux-arm-kernel, LKML
Signature too...
Signed-off-by: Joe Perches <joe@perches.com>
include/asm-arm/plat-s3c/uncompress.h | 4 ++--
include/asm-arm/proc-fns.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/asm-arm/plat-s3c/uncompress.h b/include/asm-arm/plat-s3c/uncompress.h
index b5e6208..19b9eda 100644
--- a/include/asm-arm/plat-s3c/uncompress.h
+++ b/include/asm-arm/plat-s3c/uncompress.h
@@ -27,8 +27,8 @@ static void arch_detect_cpu(void);
/* defines for UART registers */
-#include "asm/plat-s3c/regs-serial.h"
-#include "asm/plat-s3c/regs-watchdog.h"
+#include <asm/plat-s3c/regs-serial.h>
+#include <asm/plat-s3c/regs-watchdog.h>
/* working in physical space... */
#undef S3C2410_WDOGREG
diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h
index a4ce457..75ec760 100644
--- a/include/asm-arm/proc-fns.h
+++ b/include/asm-arm/proc-fns.h
@@ -214,9 +214,9 @@
#ifndef __ASSEMBLY__
#ifndef MULTI_CPU
-#include "asm/cpu-single.h"
+#include <asm/cpu-single.h>
#else
-#include "asm/cpu-multi32.h"
+#include <asm/cpu-multi32.h>
#endif
#include <asm/memory.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] include/asm-arm - use angle brackets for includes
2008-03-05 16:44 ` Joe Perches
@ 2008-03-06 9:13 ` Russell King
0 siblings, 0 replies; 4+ messages in thread
From: Russell King @ 2008-03-06 9:13 UTC (permalink / raw)
To: Joe Perches; +Cc: Ben Dooks, Nicolas Pitre, linux-arm-kernel, LKML
On Wed, Mar 05, 2008 at 08:44:13AM -0800, Joe Perches wrote:
> Signature too...
>
> Signed-off-by: Joe Perches <joe@perches.com>
Applied, thanks.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-06 9:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 0:46 [PATCH] include/asm-arm - use angle brackets for includes Joe Perches
2008-03-05 7:47 ` Russell King
2008-03-05 16:44 ` Joe Perches
2008-03-06 9:13 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).