提交 013c40e4 编写于 作者: H Henrique de Moraes Holschuh 提交者: Len Brown

ACPI: thinkpad-acpi: silence _sta warning

When both CONFIG_THINKPAD_ACPI_DOCK and CONFIG_THINKPAD_ACPI_BAY are
undefined, _sta is not used and that causes a gcc warning.  Fix it
(and I think this is a regression, I am pretty sure I fixed this once
before, sorry about that).

Issue reported by: Pritt Laes.
Signed-off-by: NHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Pritt Laes <plaes@plaes.org>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 d1edb2b5
...@@ -414,6 +414,7 @@ static int acpi_ec_write(int i, u8 v) ...@@ -414,6 +414,7 @@ static int acpi_ec_write(int i, u8 v)
return 1; return 1;
} }
#if defined(CONFIG_THINKPAD_ACPI_DOCK) || defined(CONFIG_THINKPAD_ACPI_BAY)
static int _sta(acpi_handle handle) static int _sta(acpi_handle handle)
{ {
int status; int status;
...@@ -423,6 +424,7 @@ static int _sta(acpi_handle handle) ...@@ -423,6 +424,7 @@ static int _sta(acpi_handle handle)
return status; return status;
} }
#endif
static int issue_thinkpad_cmos_command(int cmos_cmd) static int issue_thinkpad_cmos_command(int cmos_cmd)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册