diff options
| author | sravan <sravan@mindtribe.com> | 2015-08-06 12:17:22 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-08-07 17:38:59 -0700 |
| commit | b66fe63ea9d50a1049d9142559121d16f86db9eb (patch) | |
| tree | 1269da3bb1fc50656f6be50ebf2afe717223f22b /include/linux/wakeup_reason.h | |
| parent | b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc (diff) | |
| download | olio-linux-3.10-b66fe63ea9d50a1049d9142559121d16f86db9eb.tar.xz olio-linux-3.10-b66fe63ea9d50a1049d9142559121d16f86db9eb.zip | |
fixing suspend blocking from fifo irq wakelock
Signed-off-by: mattis fjallstrom <mattis@acm.org>
Change-Id: I01ed81a3463ffda1cf0bb9dace028aa8c28fb8dc
Diffstat (limited to 'include/linux/wakeup_reason.h')
| -rw-r--r-- | include/linux/wakeup_reason.h | 2 |
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 */ |