[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata
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>
This commit is contained in:
committed by
Dave Jones
parent
ddad65df00
commit
24669f7d00
@@ -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,
|
.callback = sw_any_bug_found,
|
||||||
.ident = "Supermicro Server X6DLP",
|
.ident = "Supermicro Server X6DLP",
|
||||||
|
Reference in New Issue
Block a user