Skip to content

Commit

Permalink
[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't ini…
Browse files Browse the repository at this point in the history
…tdata

sw_any_bug_dmi_table can be used on resume, so it isn't initdata.

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Jeremy Fitzhardinge authored and Dave Jones committed Sep 22, 2006
1 parent ddad65d commit 24669f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int __init sw_any_bug_found(struct dmi_system_id *d)
}


static struct dmi_system_id __initdata sw_any_bug_dmi_table[] = {
static struct dmi_system_id sw_any_bug_dmi_table[] = {
{
.callback = sw_any_bug_found,
.ident = "Supermicro Server X6DLP",
Expand Down

0 comments on commit 24669f7

Please sign in to comment.