[PATCH 375] Mac II VIA

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 16:10:26 EST


Mac II VIA: Don't include <asm/init.h> directly

--- linux-2.6.0/drivers/macintosh/via-macii.c 2003-05-27 19:02:53.000000000 +0200
+++ linux-m68k-2.6.0/drivers/macintosh/via-macii.c 2003-11-12 13:48:31.000000000 +0100
@@ -22,13 +22,13 @@
#include <linux/sched.h>
#include <linux/adb.h>
#include <linux/interrupt.h>
+#include <linux/init.h>
#include <asm/macintosh.h>
#include <asm/macints.h>
#include <asm/machw.h>
#include <asm/mac_via.h>
#include <asm/io.h>
#include <asm/system.h>
-#include <asm/init.h>

static volatile unsigned char *via;


Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/