From 910473fbb8265312faa731e162eed3f59e4bf3d2 Mon Sep 17 00:00:00 2001 From: Jiang Liu Date: Fri, 22 Jun 2012 14:55:21 +0800 Subject: [PATCH] --- yaml --- r: 316509 b: refs/heads/master c: 397038519f2c2ac68c125c0cd766e91041c52b30 h: refs/heads/master i: 316507: 2d4479dd990beece1c0284ddfcef5d00f00496c5 v: v3 --- [refs] | 2 +- trunk/include/linux/sfi_acpi.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 022bce9ba4a9..345021693558 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24c97f04c4570e02c5cf4b97c73ab9dc27bacdbe +refs/heads/master: 397038519f2c2ac68c125c0cd766e91041c52b30 diff --git a/trunk/include/linux/sfi_acpi.h b/trunk/include/linux/sfi_acpi.h index c4a5a8cd4469..631af63af42d 100644 --- a/trunk/include/linux/sfi_acpi.h +++ b/trunk/include/linux/sfi_acpi.h @@ -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)) @@ -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);