summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtasd.c
diff options
context:
space:
mode:
authorAl Viro2017-07-03 04:33:19 +0200
committerAl Viro2017-11-27 22:19:59 +0100
commit8153a5ead0898ba5a932282e571dfccd61940bba (patch)
treeb697cf277ab4c96578dcc9596a916808c4682952 /arch/powerpc/kernel/rtasd.c
parentmips: annotate ->poll() instances (diff)
downloadkernel-qcow2-linux-8153a5ead0898ba5a932282e571dfccd61940bba.tar.gz
kernel-qcow2-linux-8153a5ead0898ba5a932282e571dfccd61940bba.tar.xz
kernel-qcow2-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.c2
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)