diff options
Diffstat (limited to 'drivers/pnp')
-rw-r--r-- | drivers/pnp/pnpbios/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pnp/pnpbios/core.c b/drivers/pnp/pnpbios/core.c index 0f6330b3af12..e939c93a931c 100644 --- a/drivers/pnp/pnpbios/core.c +++ b/drivers/pnp/pnpbios/core.c | |||
@@ -512,7 +512,7 @@ static int __init exploding_pnp_bios(struct dmi_system_id *d) | |||
512 | return 0; | 512 | return 0; |
513 | } | 513 | } |
514 | 514 | ||
515 | static struct dmi_system_id pnpbios_dmi_table[] = { | 515 | static struct dmi_system_id pnpbios_dmi_table[] __initdata = { |
516 | { /* PnPBIOS GPF on boot */ | 516 | { /* PnPBIOS GPF on boot */ |
517 | .callback = exploding_pnp_bios, | 517 | .callback = exploding_pnp_bios, |
518 | .ident = "Higraded P14H", | 518 | .ident = "Higraded P14H", |