lkml.org 
[lkml]   [2002]   [Oct]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From"Matti Annala" <>
Subject[PATCH] include/asm-*/init.h removal
DateMon, 14 Oct 2002 10:44:11 +0300
The tiny patch below removes the last "#include <asm/init.h>" from the kernel tree and thus renders the include/asm-*/init.h headers useless. The source file didn't seem to need anything from the include/linux/init.h header so I simply removed the line. The include/asm-*/init.h headers can now be safely removed.

diff -ur linux-2.5.42/drivers/macintosh/via-macii.c difflinux/drivers/macintosh/via-macii.c
--- linux-2.5.42/drivers/macintosh/via-macii.c 2002-10-12 07:22:10.000000000 +0300
+++ difflinux/drivers/macintosh/via-macii.c 2002-10-11 17:35:38.000000000 +0300
@@ -27,7 +27,6 @@
 #include <asm/mac_via.h>
 #include <asm/io.h>
 #include <asm/system.h>
-#include <asm/init.h>
 
 static volatile unsigned char *via;
 

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

\
 
 \ /
  Last update: 2005-03-22 12:30    [W:0.084 / U:0.000 seconds]
©2003-2008 Jasper Spaans