2004-03-23 13:23:11

by Christian Vogel

[permalink] [raw]
Subject: [PATCH] tgafb: missing include (Linux 2.6.4)

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.


2004-03-23 18:05:30

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] tgafb: missing include (Linux 2.6.4)


We have tga patches coming. I haven't heard from Jay tho. I will ping him
again. The below patch is a temporary fix only.



On Tue, 23 Mar 2004, Christian Vogel wrote:

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