X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fbw2.c;h=e721644bad743c27313b4d78db17b3f87a10de94;hb=81d2c7d87a9c1eb724788fce7312922effa1b1ae;hp=79f85dc402d650c9755de43b4c98ec1e18987ec0;hpb=8e1bf9ffb1aca693e3cf4a4f7144c8f70c8a08b0;p=linux-2.6-omap-h63xx.git diff --git a/drivers/video/bw2.c b/drivers/video/bw2.c index 79f85dc402d..e721644bad7 100644 --- a/drivers/video/bw2.c +++ b/drivers/video/bw2.c @@ -17,11 +17,9 @@ #include #include #include +#include #include -#include -#include -#include #include #include "sbuslib.h" @@ -299,7 +297,7 @@ static int __devinit bw2_probe(struct of_device *op, const struct of_device_id * par->physbase = op->resource[0].start; par->which_io = op->resource[0].flags & IORESOURCE_BITS; - sbusfb_fill_var(&info->var, dp->node, 1); + sbusfb_fill_var(&info->var, dp, 1); linebytes = of_getintprop_default(dp, "linebytes", info->var.xres);