From: Lionel Debroux Date: Tue, 16 Nov 2010 13:14:02 +0000 (+0100) Subject: backlight: constify backlight_ops X-Git-Tag: v2.6.38-rc1~245^2~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc2472ed33fc5e72482cc3b3b846077d97c2f8b;p=pandora-kernel.git backlight: constify backlight_ops backlight_device_register has been expecting a const "ops" argument, and using it as such, since 9905a43b2d563e6f89e4c63c4278ada03f2ebb14. Let's make the remaining backlight_ops instances const. Inspired by hunks of the grsecurity patch, updated for newer kernels. Signed-off-by: Lionel Debroux Acked-by: Ingo Molnar Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed