* [PATCH] add __initdata in floppy.c
@ 2004-11-13 13:12 Andries.Brouwer
0 siblings, 0 replies; only message in thread
From: Andries.Brouwer @ 2004-11-13 13:12 UTC (permalink / raw)
To: akpm, torvalds; +Cc: linux-kernel
diff -uprN -X /linux/dontdiff a/drivers/block/floppy.c b/drivers/block/floppy.c
--- a/drivers/block/floppy.c 2004-08-26 22:05:14.000000000 +0200
+++ b/drivers/block/floppy.c 2004-11-13 14:16:40.000000000 +0100
@@ -4124,7 +4124,7 @@ static struct param_table {
int *var;
int def_param;
int param2;
-} config_params[] = {
+} config_params[] __initdata = {
{"allowed_drive_mask", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */
{"all_drives", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */
{"asus_pci", NULL, &allowed_drive_mask, 0x33, 0},
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-13 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-13 13:12 [PATCH] add __initdata in floppy.c Andries.Brouwer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®