From: Jerome Steunenberg <jerome@steunenberg.org>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] drivers/video/vgastate.c - remove unnecessary calls to
Date: Wed, 03 Aug 2005 09:47:05 +0000 [thread overview]
Message-ID: <200508031147.05531.jerome@steunenberg.org> (raw)
In-Reply-To: <42EA32EB.5010609@steunenberg.org>
[-- Attachment #1: Type: text/plain, Size: 662 bytes --]
Third try for this patch. Now with KMail instead of Thunderbird. Please tell
me if I got it OK!
In drivers/video/vgastate.c, the unnecessary calls to init_module and
cleanup_module have been removed
Signed-off-by: Jerome Steunenberg <jerome@steunenberg.org>
--- linux-2.6.13-rc3/drivers/video/vgastate.c.orig 2005-07-25 15:09:51.000000000 +0200
+++ linux-2.6.13-rc3/drivers/video/vgastate.c 2005-07-29 15:03:45.000000000 +0200
@@ -490,11 +490,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);
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
prev parent reply other threads:[~2005-08-03 9:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-29 13:45 [KJ] [PATCH] drivers/video/vgastate.c - remove unnecessary calls to Jerome Steunenberg
2005-07-29 17:38 ` [KJ] [PATCH] drivers/video/vgastate.c - remove unnecessary calls Tobias Klauser
2005-08-03 9:47 ` Jerome Steunenberg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508031147.05531.jerome@steunenberg.org \
--to=jerome@steunenberg.org \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.