summaryrefslogtreecommitdiff
path: root/include/linux/wakeup_reason.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/wakeup_reason.h')
-rw-r--r--include/linux/wakeup_reason.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wakeup_reason.h b/include/linux/wakeup_reason.h
index b58723ab7c7..e5f3e1f44ae 100644
--- a/include/linux/wakeup_reason.h
+++ b/include/linux/wakeup_reason.h
@@ -19,7 +19,7 @@
#define _LINUX_WAKEUP_REASON_H
void log_wakeup_reason(int irq);
-int get_last_wakeup_reason();
+int get_last_wakeup_reason(void);
int last_wakeup_reason_test(int reason);
#endif /* _LINUX_WAKEUP_REASON_H */