vserver 1.9.3
[linux-2.6.git] / drivers / video / matrox / matroxfb_crtc2.c
index 0d7e067..75d1969 100644 (file)
@@ -721,6 +721,9 @@ static struct matroxfb_driver crtc2 = {
                .remove =       matroxfb_crtc2_remove };
 
 static int matroxfb_crtc2_init(void) {
+       if (fb_get_options("matrox_crtc2fb", NULL))
+               return -ENODEV;
+
        matroxfb_register_driver(&crtc2);
        return 0;
 }