[PATCH 338] Sun-3 compile fix

From: Geert Uytterhoeven
Date: Mon Oct 13 2003 - 03:31:53 EST


Sun-3: Add missing include (needed because of __attribute_used__ in
<linux/init.h>)

--- linux-2.6.0-test7/arch/m68k/sun3/sbus.c Thu Jan 2 12:53:58 2003
+++ linux-m68k-2.6.0-test7/arch/m68k/sun3/sbus.c Sun Sep 28 12:09:58 2003
@@ -10,6 +10,7 @@
*/

#include <linux/types.h>
+#include <linux/compiler.h>
#include <linux/init.h>

int __init sbus_init(void)

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/