[patch] 2.6.16 -- redundant inclusion of header file in kernel/profile.c

2006-04-10 Thread S P
signed off by:
S. P. [EMAIL PROTECTED]

redundant_include_patch
Description: 3142717620-redundant_include_patch


Re: [patch] 2.6.16 -- redundant inclusion of header file in kernel/profile.c

2006-04-10 Thread Auke Kok

S P wrote:

signed off by:
S. P. [EMAIL PROTECTED]


without a real name this shouldn't be accepted. Also try not to send base-64 
encoded, it really looks like spam to me. Even no-brainers should include a 
decent signed-off line.


Auke

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [patch] 2.6.16 -- redundant inclusion of header file in kernel/profile.c

2006-04-10 Thread S P
Sorry.

I don't have much control of attachment type with
web-based mail.

Will having the patch saved in .txt file help?


In plain text, the patch should read:


sonar 15:30:37 ~/private/linux-2.6.16 $ diff -up
linux-2.6.16/kernel/profile.c~
linux-2.6.16/kernel/profile.c
--- linux-2.6.16/kernel/profile.c~  Sun Mar 19
21:53:29 2006
+++ linux-2.6.16/kernel/profile.c   Mon Apr 10
15:30:34 2006
@@ -21,7 +21,6 @@
 #include linux/mm.h
 #include linux/cpumask.h
 #include linux/cpu.h
-#include linux/profile.h
 #include linux/highmem.h
 #include asm/sections.h
 #include asm/semaphore.h


Sign-off by: Soyoung Park [EMAIL PROTECTED]




--- Auke Kok [EMAIL PROTECTED] wrote:

 S P wrote:
  signed off by:
  S. P. [EMAIL PROTECTED]
 
 without a real name this shouldn't be accepted. Also
 try not to send base-64 
 encoded, it really looks like spam to me. Even
 no-brainers should include a 
 decent signed-off line.
 
 Auke
 
 --- linux-2.6.16/kernel/profile.c~  Sun Mar 19 21:53:29 2006
+++ linux-2.6.16/kernel/profile.c   Mon Apr 10 15:30:34 2006
@@ -21,7 +21,6 @@
 #include linux/mm.h
 #include linux/cpumask.h
 #include linux/cpu.h
-#include linux/profile.h
 #include linux/highmem.h
 #include asm/sections.h
 #include asm/semaphore.h