Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85574
b: refs/heads/master
c: 6bf69b5
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Len Brown committed Feb 14, 2008
1 parent 124d32c commit b7d71e8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c8e773fa4f6a999a80d9fa3836f412e259ab6fa1
refs/heads/master: 6bf69b5ebf22f8f5b4551bad688979fe29049126
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/pnpacpi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static int num = 0;
* have irqs (PIC, Timer) because we call acpi_register_gsi.
* Finally, only devices that have a CRS method need to be in this list.
*/
static struct __initdata acpi_device_id excluded_id_list[] = {
static struct acpi_device_id excluded_id_list[] __initdata = {
{"PNP0C09", 0}, /* EC */
{"PNP0C0F", 0}, /* Link device */
{"PNP0000", 0}, /* PIC */
Expand Down

0 comments on commit b7d71e8

Please sign in to comment.