diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-03 04:33:19 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-27 22:19:59 +0100 |
commit | 8153a5ead0898ba5a932282e571dfccd61940bba (patch) | |
tree | b697cf277ab4c96578dcc9596a916808c4682952 /arch/powerpc/kernel/rtasd.c | |
parent | mips: annotate ->poll() instances (diff) | |
download | linux-8153a5ead0898ba5a932282e571dfccd61940bba.tar.xz linux-8153a5ead0898ba5a932282e571dfccd61940bba.zip |
ppc: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/rtasd.c')
-rw-r--r-- | arch/powerpc/kernel/rtasd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/rtasd.c b/arch/powerpc/kernel/rtasd.c index 0f0b1b2f3b60..1da8b7d8c6ca 100644 --- a/arch/powerpc/kernel/rtasd.c +++ b/arch/powerpc/kernel/rtasd.c @@ -388,7 +388,7 @@ out: return error; } -static unsigned int rtas_log_poll(struct file *file, poll_table * wait) +static __poll_t rtas_log_poll(struct file *file, poll_table * wait) { poll_wait(file, &rtas_log_wait, wait); if (rtas_log_size) |