From 62b56faa43a7e672e659d14f38f553ed8b40ea70 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 21 Apr 2005 14:09:42 -0700 Subject: [PATCH] Fix tgafb.c compile failure The untested patch below should fix this compile error. Signed-off-by: Adrian Bunk Signed-off-by: Linus Torvalds --- drivers/video/tgafb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/video/tgafb.c') diff --git a/drivers/video/tgafb.c b/drivers/video/tgafb.c index 3099630d0c3..9d9d2009ad8 100644 --- a/drivers/video/tgafb.c +++ b/drivers/video/tgafb.c @@ -45,9 +45,7 @@ static void tgafb_fillrect(struct fb_info *, const struct fb_fillrect *); static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *); static int tgafb_pci_register(struct pci_dev *, const struct pci_device_id *); -#ifdef MODULE static void tgafb_pci_unregister(struct pci_dev *); -#endif static const char *mode_option = "640x480@60"; @@ -1484,7 +1482,6 @@ tgafb_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) return ret; } -#ifdef MODULE static void __exit tgafb_pci_unregister(struct pci_dev *pdev) { @@ -1500,6 +1497,7 @@ tgafb_pci_unregister(struct pci_dev *pdev) kfree(info); } +#ifdef MODULE static void __exit tgafb_exit(void) { -- cgit v1.2.3