Commit 9bd06689 authored by Miles Lane's avatar Miles Lane Committed by Jeff Garzik

Update rivafb for kdev_t changes in early 2.5.x series.

parent a814d16f
...@@ -1811,7 +1811,7 @@ static int __devinit riva_set_fbinfo(struct rivafb_info *rinfo) ...@@ -1811,7 +1811,7 @@ static int __devinit riva_set_fbinfo(struct rivafb_info *rinfo)
info = &rinfo->info; info = &rinfo->info;
strcpy(info->modename, rinfo->drvr_name); strcpy(info->modename, rinfo->drvr_name);
info->node = -1; info->node = NODEV;
info->flags = FBINFO_FLAG_DEFAULT; info->flags = FBINFO_FLAG_DEFAULT;
info->fbops = &riva_fb_ops; info->fbops = &riva_fb_ops;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment