omap1: Fix compile for omap1_bl.c
[safe/jmp/linux-2.6] / drivers / video / backlight / omap1_bl.c
index 409ca96..a3a7f89 100644 (file)
@@ -139,8 +139,6 @@ static int omapbl_probe(struct platform_device *pdev)
        if (!pdata)
                return -ENXIO;
 
-       omapbl_ops.check_fb = pdata->check_fb;
-
        bl = kzalloc(sizeof(struct omap_backlight), GFP_KERNEL);
        if (unlikely(!bl))
                return -ENOMEM;