platform/x86: thinkpad_acpi: Fix old style declaration GCC warning
authorTobias Klauser <tklauser@distanz.ch>
Fri, 25 Nov 2016 13:18:07 +0000 (14:18 +0100)
committerDarren Hart <dvhart@linux.intel.com>
Tue, 13 Dec 2016 17:29:07 +0000 (09:29 -0800)
commit70b6f00f74fc24c426f820897591f87ca3b341c3
tree8d44d57445abcb34ea1ace5cceed6102d2a93702
parent7be005ea68608744fd2a6803454dc62988fe7012
platform/x86: thinkpad_acpi: Fix old style declaration GCC warning

Fix an [-Wold-style-declaration] GCC warning by moving the inline
keyword before the return type.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/thinkpad_acpi.c