mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
linuxkpi: Use a proper declaration for pm_suspend_via_firmware.
Reported by: GCC -Wstrict-prototypes
This commit is contained in:
parent
4fde40d9b5
commit
4d77927e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ extern suspend_state_t pm_suspend_target_state;
|
|||
#define PM_SUSPEND_TO_IDLE 1
|
||||
|
||||
static inline int
|
||||
pm_suspend_via_firmware()
|
||||
pm_suspend_via_firmware(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue