Re: [PATCH] arm26: remove duplicate include of linux/module.h

2007-07-29 Thread Robert P. J. Day
On Sun, 29 Jul 2007, Jesper Juhl wrote:

> Hi,
>
> This patch removes the duplicate inclusion of
> linux/module.h from arm26.

is it really worth doing any cleanup of arm26 given the recent
discussion of tossing it entirely?

rday
-- 

Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] arm26: remove duplicate include of linux/module.h

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of 
linux/module.h from arm26.


Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---

 arch/arm26/kernel/armksyms.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm26/kernel/armksyms.c b/arch/arm26/kernel/armksyms.c
index fe1e3ce..0ddda4d 100644
--- a/arch/arm26/kernel/armksyms.c
+++ b/arch/arm26/kernel/armksyms.c
@@ -8,7 +8,6 @@
  * published by the Free Software Foundation.
  */
 #include 
-#include 
 #include 
 #include 
 #include 


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] arm26: remove duplicate include of linux/module.h

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of 
linux/module.h from arm26.


Signed-off-by: Jesper Juhl [EMAIL PROTECTED]
---

 arch/arm26/kernel/armksyms.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm26/kernel/armksyms.c b/arch/arm26/kernel/armksyms.c
index fe1e3ce..0ddda4d 100644
--- a/arch/arm26/kernel/armksyms.c
+++ b/arch/arm26/kernel/armksyms.c
@@ -8,7 +8,6 @@
  * published by the Free Software Foundation.
  */
 #include linux/module.h
-#include linux/module.h
 #include linux/user.h
 #include linux/string.h
 #include linux/fs.h


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] arm26: remove duplicate include of linux/module.h

2007-07-29 Thread Robert P. J. Day
On Sun, 29 Jul 2007, Jesper Juhl wrote:

 Hi,

 This patch removes the duplicate inclusion of
 linux/module.h from arm26.

is it really worth doing any cleanup of arm26 given the recent
discussion of tossing it entirely?

rday
-- 

Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/