platform-drivers: move probe to .devinit.text in drivers/video
[deliverable/linux.git] / drivers / video / gbefb.c
index 695fa013fe7ea2883e31137fc7953c9b18054f7e..5643a35c1746681ae1f464fe39036b5d42334b0f 100644 (file)
@@ -1128,7 +1128,7 @@ static int __init gbefb_setup(char *options)
        return 0;
 }
 
-static int __init gbefb_probe(struct platform_device *p_dev)
+static int __devinit gbefb_probe(struct platform_device *p_dev)
 {
        int i, ret = 0;
        struct fb_info *info;
This page took 0.026681 seconds and 5 git commands to generate.