Loading drivers/video/vgastate.c +0 −5 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/video/vgastate.c +0 −5 Original line number Diff line number Diff line Loading @@ -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); Loading