[PATCH] vgastate warning

Geert Uytterhoeven (geert@linux-m68k.org)
Mon, 23 Jun 2003 22:16:49 +0200 (MEST)


vgastate: add missing include for v{malloc,free}() prototypes

--- linux-2.5.72/drivers/video/vgastate.c.orig Wed Jun 18 12:16:26 2003
+++ linux-2.5.72/drivers/video/vgastate.c Mon Jun 23 21:45:31 2003
@@ -17,6 +17,7 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/fb.h>
+#include <linux/vmalloc.h>
#include <video/vga.h>

struct regstate {

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/