[PATCH] tgafb: missing include (Linux 2.6.4)

From: Christian Vogel
Date: Tue Mar 23 2004 - 08:23:58 EST


Hi, in 2.6.4 drivers/video/tgafb.c is missing a include, complaining about
color_table[] and others not being defined.

--- drivers/video/tgafb.c 2004/03/22 16:09:55 1.1
+++ drivers/video/tgafb.c 2004/03/22 16:15:38
@@ -25,6 +25,7 @@
#include <linux/pci.h>
#include <asm/io.h>
#include <video/tgafb.h>
+#include <linux/selection.h>

/*
* Local functions.

-
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/