Skip to content

Commit

Permalink
[PATCH] drivers/video/vgastate.c: kill dead code
Browse files Browse the repository at this point in the history
This patch kills some dead code.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 9, 2005
1 parent 78ac151 commit 703ebe8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/video/vgastate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 703ebe8

Please sign in to comment.