X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Ftcx.c;h=2a03f78bbb0d53f60db6eaba3be24d09e31d4cdd;hb=491539982aa01fa71de93c2a06ac5d890d4cf1e2;hp=44e8c27ed0fcd406eaf5af5d2f9cc8b95a062f98;hpb=28a4acb48586dc21d2d14a75a7aab7be78b7c83b;p=linux-2.6 diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 44e8c27ed0..2a03f78bbb 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c @@ -17,10 +17,9 @@ #include #include #include +#include #include -#include -#include #include #include "sbuslib.h" @@ -385,7 +384,7 @@ static int __devinit tcx_probe(struct of_device *op, par->lowdepth = (of_find_property(dp, "tcx-8-bit", NULL) != NULL); - sbusfb_fill_var(&info->var, dp->node, 8); + sbusfb_fill_var(&info->var, dp, 8); info->var.red.length = 8; info->var.green.length = 8; info->var.blue.length = 8;