Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316509
b: refs/heads/master
c: 3970385
h: refs/heads/master
i:
  316507: 2d4479d
v: v3
  • Loading branch information
Jiang Liu authored and Bjorn Helgaas committed Jun 22, 2012
1 parent dd5455d commit 910473f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 24c97f04c4570e02c5cf4b97c73ab9dc27bacdbe
refs/heads/master: 397038519f2c2ac68c125c0cd766e91041c52b30
4 changes: 2 additions & 2 deletions trunk/include/linux/sfi_acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern int sfi_acpi_table_parse(char *signature, char *oem_id,
char *oem_table_id,
int (*handler)(struct acpi_table_header *));

static inline int acpi_sfi_table_parse(char *signature,
static inline int __init acpi_sfi_table_parse(char *signature,
int (*handler)(struct acpi_table_header *))
{
if (!acpi_table_parse(signature, handler))
Expand All @@ -83,7 +83,7 @@ static inline int sfi_acpi_table_parse(char *signature, char *oem_id,
return -1;
}

static inline int acpi_sfi_table_parse(char *signature,
static inline int __init acpi_sfi_table_parse(char *signature,
int (*handler)(struct acpi_table_header *))
{
return acpi_table_parse(signature, handler);
Expand Down

0 comments on commit 910473f

Please sign in to comment.