提交 bb55a2ee 编写于 作者: T Tobias Klauser 提交者: Darren Hart

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: NTobias Klauser <tklauser@distanz.ch>
Acked-by: NHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
上级 a3c42a46
......@@ -7771,7 +7771,7 @@ static struct ibm_struct volume_driver_data = {
#define alsa_card NULL
static void inline volume_alsa_notify_change(void)
static inline void volume_alsa_notify_change(void)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册