Commit 315ab450 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] add __initdata in floppy.c

parent e316c5c1
...@@ -4124,7 +4124,7 @@ static struct param_table { ...@@ -4124,7 +4124,7 @@ static struct param_table {
int *var; int *var;
int def_param; int def_param;
int param2; int param2;
} config_params[] = { } config_params[] __initdata = {
{"allowed_drive_mask", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */ {"allowed_drive_mask", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */
{"all_drives", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */ {"all_drives", NULL, &allowed_drive_mask, 0xff, 0}, /* obsolete */
{"asus_pci", NULL, &allowed_drive_mask, 0x33, 0}, {"asus_pci", NULL, &allowed_drive_mask, 0x33, 0},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment