[2.6 patch] drivers/video/vgastate.c: kill dead code

From: Adrian Bunk
Date: Mon Nov 07 2005 - 16:21:33 EST


This patch kills some dead code.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Acked by: Antonino Daplas <adaplas@xxxxxxx>

---

This patch was already sent on:
- 1 Nov 2005

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/