public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rasmus Andersen <rasmus@jaquet.dk>
To: cort@fsmlabs.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] __init -> __initdata for drivers/ide/feature.c (244-ac16)
Date: Fri, 25 May 2001 21:24:22 +0200	[thread overview]
Message-ID: <20010525212422.A851@jaquet.dk> (raw)

Hi.

The following patch changes an __init to an __initdata. Applies
against 2.4.4-ac16.


--- linux-244-ac16-clean/arch/ppc/kernel/feature.c      Sat May 19 21:06:18 2001+++ linux-244-ac16/arch/ppc/kernel/feature.c    Mon May 21 00:04:35 2001
@@ -267,7 +267,7 @@
 static struct board_features_t {
        char*   compatible;
        u32     features;
-} board_features_datas[] __init =
+} board_features_datas[] __initdata =
 {
   {    "AAPL,PowerMac G3",     0                               }, /* Beige G3 */
   {    "iMac,1",               0                               }, /* First iMac (gossamer) */

-- 
Regards,
        Rasmus(rasmus@jaquet.dk)

We're going to turn this team around 360 degrees.
-Jason Kidd, upon his drafting to the Dallas Mavericks

                 reply	other threads:[~2001-05-25 19:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010525212422.A851@jaquet.dk \
    --to=rasmus@jaquet.dk \
    --cc=cort@fsmlabs.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox