commit | 013c40e457ac573b29daa0e369c2ba6729c23557 | [log] [tgz] |
---|---|---|
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | Tue Jan 08 13:02:54 2008 -0200 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 01 22:26:08 2008 -0500 |
tree | 629ced5981a53fb2738e916ddd977962b22f6384 | |
parent | d1edb2b5f1d016d679600cccf2716e0134fff917 [diff] |
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: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Cc: Pritt Laes <plaes@plaes.org> Signed-off-by: Len Brown <len.brown@intel.com>