patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / video / retz3fb.c
index 5b6d5aa..5e2c64f 100644 (file)
@@ -1432,8 +1432,6 @@ int __init retz3fb_init(void)
                       fb_info->modename, zinfo->fbsize>>10);
 
                /* FIXME: This driver cannot be unloaded yet */
-               MOD_INC_USE_COUNT;
-
                res = 0;
        }
        return res;
@@ -1491,16 +1489,6 @@ int init_module(void)
 {
        return retz3fb_init();
 }
-
-void cleanup_module(void)
-{
-       /*
-        * Not reached because the usecount will never
-        * be decremented to zero
-        *
-        * FIXME: clean up ... *
-        */
-}
 #endif