summaryrefslogtreecommitdiffstats
path: root/drivers/video/pxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/pxa.c')
-rw-r--r--drivers/video/pxa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/pxa.c b/drivers/video/pxa.c
index ddd70878ec..900ae80165 100644
--- a/drivers/video/pxa.c
+++ b/drivers/video/pxa.c
@@ -538,9 +538,6 @@ static int pxafb_probe(struct device_d *dev)
return ret;
}
- if (pdata->enable_on_load)
- info->fbops->fb_enable(info);
-
return 0;
}