Comment 2 for bug 491680

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

something to to with devtmpfs in 2.6.32 i think means
char *(*nodename)(struct device *dev);
is now
char *(*devnode)(struct device *dev, mode_t *mode);

i've attached a patch that makes the changes in drivers/gpu/drm/drm_sysfs.c. it builds and modprobe's the module fine, hopefully i havent missed anything silly. i'm sure there'll be a new nouveau for lucid so this should hopefully be a temporary fix until then