backlight: move hp680-bl's probe function to .devinit.text
[safe/jmp/linux-2.6] / drivers / video / backlight / hp680_bl.c
index 5be55a2..7fb4eef 100644 (file)
@@ -103,7 +103,7 @@ static struct backlight_ops hp680bl_ops = {
        .update_status  = hp680bl_set_intensity,
 };
 
-static int __init hp680bl_probe(struct platform_device *pdev)
+static int __devinit hp680bl_probe(struct platform_device *pdev)
 {
        struct backlight_device *bd;