X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fvideo%2Fvgastate.c;h=d9e01daee630dae2283c27bdf559dd93597b5c1a;hb=6150c32589d1976ca8a5c987df951088c05a7542;hp=ca92940f39438d9d7b4bffe0456815a2421b6b58;hpb=5d54e69c68c05b162a56f9914cae72afd7e6f40a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/video/vgastate.c b/drivers/video/vgastate.c index ca92940..d9e01da 100644 --- a/drivers/video/vgastate.c +++ b/drivers/video/vgastate.c @@ -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);