2002-03-09 22:22:26

by Stephan Wienczny

[permalink] [raw]
Subject: PROBLEM: Video Module doesn't compile

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






2002-03-09 23:16:14

by 520042182928-0001

[permalink] [raw]
Subject: RE: PROBLEM: Video Module doesn't compile

Hi

Just set the value to

info->node = NODEV;

and everything will (hopefully) work fine


Martin

-----------------------------------------------
E-Mail: Martin Huenniger <[email protected]>
Date: 10-Mar-02
Time: 00:13:11
-----------------------------------------------