mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
thinkpad_acpi: Fix warning for static not at beginning
Fix the following warning: warning: "static" is not at beginning of declaration void static hotkey_mask_warn_incomplete_mask(void) ^ Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> Cc: Darren Hart <dvhart@infradead.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
9b071a4355
commit
df6dd1b35b
@ -2115,7 +2115,7 @@ static int hotkey_mask_get(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void static hotkey_mask_warn_incomplete_mask(void)
|
||||
static void hotkey_mask_warn_incomplete_mask(void)
|
||||
{
|
||||
/* log only what the user can fix... */
|
||||
const u32 wantedmask = hotkey_driver_mask &
|
||||
|
Loading…
Reference in New Issue
Block a user