Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95510
b: refs/heads/master
c: 9448b0d
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Len Brown committed Apr 30, 2008
1 parent 459b485 commit 2b50327
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: 2c6e33c366bff2f839df60d9235ff09143e28dd9
refs/heads/master: 9448b0d43e5509c6b7baca02510a92ef2de6e328
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/pnpacpi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static struct acpi_device_id excluded_id_list[] __initdata = {
{"", 0},
};

static inline int is_exclusive_device(struct acpi_device *dev)
static inline int __init is_exclusive_device(struct acpi_device *dev)
{
return (!acpi_match_device_ids(dev, excluded_id_list));
}
Expand Down

0 comments on commit 2b50327

Please sign in to comment.