[PATCH 447] M68k missing <linux/compiler.h>

From: Geert Uytterhoeven
Date: Mon May 10 2004 - 14:47:24 EST


M68k: <asm/virtconvert.h> needs include <linux/compiler.h> for
__attribute_const__ (from Richard Zidlicky)

--- linux-2.6.6/include/asm-m68k/virtconvert.h 2004-05-03 11:01:24.000000000 +0200
+++ linux-m68k-2.6.6/include/asm-m68k/virtconvert.h 2004-05-05 12:58:46.000000000 +0200
@@ -8,6 +8,7 @@
#ifdef __KERNEL__

#include <linux/config.h>
+#include <linux/compiler.h>
#include <asm/setup.h>
#include <asm/page.h>


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/