[PATCH] s3c2410fb: cleanup and fix
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / video / vgastate.c
index ca92940..d9e01da 100644 (file)
@@ -485,11 +485,6 @@ int restore_vga (struct vgastate *state)
        return 0;
 }
 
-#ifdef MODULE
-int init_module(void) { return 0; };
-void cleanup_module(void) {};
-#endif
-
 EXPORT_SYMBOL(save_vga);
 EXPORT_SYMBOL(restore_vga);