From: Tony Lindgren Date: Thu, 7 Jan 2010 01:29:10 +0000 (-0800) Subject: omap1: Fix compile for omap1_bl.c X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b10820ad24120e7acea274b406f23ea7ff01f6c;p=pandora-kernel.git omap1: Fix compile for omap1_bl.c Commit 9905a43b made struct backlight_ops const. Omap was setting check_fb dynamically, which caused the following compile error: drivers/video/backlight/omap1_bl.c: In function 'omapbl_probe': drivers/video/backlight/omap1_bl.c:142: error: assignment of read-only variable 'omapbl_ops' Turns out pdata->check_fb is not being used, so just remove it to fix the compile. Cc: Emese Revfy Cc: Richard Purdie Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed