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 --

[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

[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

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 --