From: Rasmus Andersen <rasmus@jaquet.dk>
To: vandrove@vc.cvut.cz
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] __init -> __initdata in drivers/video/matrox/matroxfb_base.c (244ac16)
Date: Fri, 25 May 2001 23:11:22 +0200 [thread overview]
Message-ID: <20010525231122.N851@jaquet.dk> (raw)
Hi.
The following patch changes an __init to __initdata. Applies against
2.4.4-ac11.
--- linux-244-ac11-clean/drivers/video/matrox/matroxfb_base.c Sat May 19 20:58:43 2001
+++ linux-244-ac11/drivers/video/matrox/matroxfb_base.c Sun May 20 23:55:24 2001
@@ -2483,7 +2483,7 @@
return 0;
}
-static int __init initialized = 0;
+static int __initdata initialized = 0;
int __init matroxfb_init(void)
{
--
Regards,
Rasmus(rasmus@jaquet.dk)
next reply other threads:[~2001-05-25 21:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-25 21:11 Rasmus Andersen [this message]
2001-05-26 1:09 ` [PATCH] __init -> __initdata in drivers/video/matrox/matroxfb_base.c (244ac16) Andrzej Krzysztofowicz
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=20010525231122.N851@jaquet.dk \
--to=rasmus@jaquet.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=vandrove@vc.cvut.cz \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox