ChangeSet 1.2231.1.13, 2005/03/28 19:19:48-08:00, [EMAIL PROTECTED]

        [PATCH] include cleanup in pgalloc.h
        
        This patch cleans up asm-*/pgalloc.h by removing the generous includes
        which are obsoleted (duplicated) by including linux/mm.h (and friends)
        
        They are double checked and verified by the PLM cross compiling service
        (the patched kernel gives the same warnings/errors as the unpatched)
        
        http://osdl.org/plm-cgi/plm?module=patch_info&patch_id=4313
        
        Signed-off-by: Herbert P�tzl <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 asm-cris/pgalloc.h    |    1 -
 asm-i386/pgalloc.h    |    1 -
 asm-ia64/pgalloc.h    |    1 -
 asm-m32r/pgalloc.h    |    1 -
 asm-parisc/pgalloc.h  |    1 -
 asm-ppc64/pgalloc.h   |    3 ---
 asm-s390/pgalloc.h    |    1 -
 asm-sh/pgalloc.h      |    1 -
 asm-sh64/pgalloc.h    |    1 -
 asm-sparc64/pgalloc.h |    2 --
 asm-x86_64/pgalloc.h  |    1 -
 11 files changed, 14 deletions(-)


diff -Nru a/include/asm-cris/pgalloc.h b/include/asm-cris/pgalloc.h
--- a/include/asm-cris/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-cris/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -1,7 +1,6 @@
 #ifndef _CRIS_PGALLOC_H
 #define _CRIS_PGALLOC_H
 
-#include <asm/page.h>
 #include <linux/threads.h>
 #include <linux/mm.h>
 
diff -Nru a/include/asm-i386/pgalloc.h b/include/asm-i386/pgalloc.h
--- a/include/asm-i386/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-i386/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -2,7 +2,6 @@
 #define _I386_PGALLOC_H
 
 #include <linux/config.h>
-#include <asm/processor.h>
 #include <asm/fixmap.h>
 #include <linux/threads.h>
 #include <linux/mm.h>          /* for struct page */
diff -Nru a/include/asm-ia64/pgalloc.h b/include/asm-ia64/pgalloc.h
--- a/include/asm-ia64/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-ia64/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -21,7 +21,6 @@
 #include <linux/threads.h>
 
 #include <asm/mmu_context.h>
-#include <asm/processor.h>
 
 /*
  * Very stupidly, we used to get new pgd's and pmd's, init their contents
diff -Nru a/include/asm-m32r/pgalloc.h b/include/asm-m32r/pgalloc.h
--- a/include/asm-m32r/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-m32r/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -7,7 +7,6 @@
 #include <linux/mm.h>
 
 #include <asm/io.h>
-#include <asm/pgtable.h>
 
 #define pmd_populate_kernel(mm, pmd, pte)      \
        set_pmd(pmd, __pmd(_PAGE_TABLE + __pa(pte)))
diff -Nru a/include/asm-parisc/pgalloc.h b/include/asm-parisc/pgalloc.h
--- a/include/asm-parisc/pgalloc.h      2005-03-28 21:09:16 -08:00
+++ b/include/asm-parisc/pgalloc.h      2005-03-28 21:09:16 -08:00
@@ -7,7 +7,6 @@
 #include <asm/processor.h>
 #include <asm/fixmap.h>
 
-#include <asm/pgtable.h>
 #include <asm/cache.h>
 
 /* Allocate the top level pgd (page directory)
diff -Nru a/include/asm-ppc64/pgalloc.h b/include/asm-ppc64/pgalloc.h
--- a/include/asm-ppc64/pgalloc.h       2005-03-28 21:09:16 -08:00
+++ b/include/asm-ppc64/pgalloc.h       2005-03-28 21:09:16 -08:00
@@ -5,9 +5,6 @@
 #include <linux/slab.h>
 #include <linux/cpumask.h>
 #include <linux/percpu.h>
-#include <asm/processor.h>
-#include <asm/tlb.h>
-#include <asm/page.h>
 
 extern kmem_cache_t *zero_cache;
 
diff -Nru a/include/asm-s390/pgalloc.h b/include/asm-s390/pgalloc.h
--- a/include/asm-s390/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-s390/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -14,7 +14,6 @@
 #define _S390_PGALLOC_H
 
 #include <linux/config.h>
-#include <asm/processor.h>
 #include <linux/threads.h>
 #include <linux/gfp.h>
 #include <linux/mm.h>
diff -Nru a/include/asm-sh/pgalloc.h b/include/asm-sh/pgalloc.h
--- a/include/asm-sh/pgalloc.h  2005-03-28 21:09:16 -08:00
+++ b/include/asm-sh/pgalloc.h  2005-03-28 21:09:16 -08:00
@@ -1,7 +1,6 @@
 #ifndef __ASM_SH_PGALLOC_H
 #define __ASM_SH_PGALLOC_H
 
-#include <asm/processor.h>
 #include <linux/threads.h>
 #include <linux/slab.h>
 #include <linux/mm.h>
diff -Nru a/include/asm-sh64/pgalloc.h b/include/asm-sh64/pgalloc.h
--- a/include/asm-sh64/pgalloc.h        2005-03-28 21:09:16 -08:00
+++ b/include/asm-sh64/pgalloc.h        2005-03-28 21:09:16 -08:00
@@ -14,7 +14,6 @@
  *
  */
 
-#include <asm/processor.h>
 #include <linux/threads.h>
 #include <linux/mm.h>
 
diff -Nru a/include/asm-sparc64/pgalloc.h b/include/asm-sparc64/pgalloc.h
--- a/include/asm-sparc64/pgalloc.h     2005-03-28 21:09:16 -08:00
+++ b/include/asm-sparc64/pgalloc.h     2005-03-28 21:09:16 -08:00
@@ -7,9 +7,7 @@
 #include <linux/sched.h>
 #include <linux/mm.h>
 
-#include <asm/page.h>
 #include <asm/spitfire.h>
-#include <asm/pgtable.h>
 #include <asm/cpudata.h>
 
 /* Page table allocation/freeing. */
diff -Nru a/include/asm-x86_64/pgalloc.h b/include/asm-x86_64/pgalloc.h
--- a/include/asm-x86_64/pgalloc.h      2005-03-28 21:09:16 -08:00
+++ b/include/asm-x86_64/pgalloc.h      2005-03-28 21:09:16 -08:00
@@ -1,7 +1,6 @@
 #ifndef _X86_64_PGALLOC_H
 #define _X86_64_PGALLOC_H
 
-#include <asm/processor.h>
 #include <asm/fixmap.h>
 #include <asm/pda.h>
 #include <linux/threads.h>
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to