PROBLEM: Video Module doesn't compile

Stephan Wienczny (wienczny@web.de)
Sat, 09 Mar 2002 23:21:42 +0100


Hallo!

The 2.5.5 Version of fbdev.c in the video/riva directory can not be
compiled, because there is an error.

In the file fbdev.c in line 1815 is an type error. The typedef of kdev_t
has changed but the line
info->node = -1;
did not.
The line had to be
info->node.value = -1;
to be compiled.

Stephan

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