[PATCH] __init -> __initdata for drivers/ide/feature.c (244-ac16)

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Fri May 25 2001 - 14:24:22 EST


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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:25 EST