Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb55a2ee authored by Tobias Klauser's avatar Tobias Klauser Committed by Darren Hart
Browse files

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: default avatarTobias Klauser <tklauser@distanz.ch>
Acked-by: default avatarHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent a3c42a46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
}