Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193502
b: refs/heads/master
c: cce4f63
h: refs/heads/master
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed May 20, 2010
1 parent fa99c7a commit 4600b5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aae2d918d88fdf0f8c066520cda0a30409db23f
refs/heads/master: cce4f632db200aef147c59084437168174b23f11
9 changes: 8 additions & 1 deletion trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static struct dmi_system_id __cpuinitdata power_nocheck_dmi_table[] = {
};


#ifdef CONFIG_X86
static int set_copy_dsdt(const struct dmi_system_id *id)
{
printk(KERN_NOTICE "%s detected - "
Expand Down Expand Up @@ -97,8 +98,14 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"),
},
}
},
{}
};
#else
static struct dmi_system_id dsdt_dmi_table[] __initdata = {
{}
};
#endif

/* --------------------------------------------------------------------------
Device Management
Expand Down

0 comments on commit 4600b5a

Please sign in to comment.