PROBLEM: Video Module doesn't compile

From: Stephan Wienczny (wienczny@web.de)
Date: Sat Mar 09 2002 - 17:21:42 EST


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/



This archive was generated by hypermail 2b29 : Fri Mar 15 2002 - 22:00:13 EST