Messages in this thread Patch in this message |  | | | Date | Tue, 1 Nov 2005 21:54:06 +0100 | | From | Adrian Bunk <> | | Subject | [2.6 patch] drivers/video/vgastate.c: kill dead code |
| |
This patch kills some dead code.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.14-rc5-mm1-full/drivers/video/vgastate.c.old 2005-11-01 20:40:29.000000000 +0100 +++ linux-2.6.14-rc5-mm1-full/drivers/video/vgastate.c 2005-11-01 20:40:37.000000000 +0100 @@ -485,11 +485,6 @@ return 0; } -#ifdef MODULE -int init_module(void) { return 0; }; -void cleanup_module(void) {}; -#endif - EXPORT_SYMBOL(save_vga); EXPORT_SYMBOL(restore_vga); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |