linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/asm-*/init.h removal
@ 2002-10-14  7:44 Matti Annala
  0 siblings, 0 replies; only message in thread
From: Matti Annala @ 2002-10-14  7:44 UTC (permalink / raw)
  To: linux-kernel

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;
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-14  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-14  7:44 [PATCH] include/asm-*/init.h removal Matti Annala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).