summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtasd.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-07-02 22:33:19 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-11-27 16:19:59 -0500
commit8153a5ead0898ba5a932282e571dfccd61940bba (patch)
treeb697cf277ab4c96578dcc9596a916808c4682952 /arch/powerpc/kernel/rtasd.c
parent8b9aab09aaf390b868359b9365b667cf6506473c (diff)
downloadlinux-8153a5ead0898ba5a932282e571dfccd61940bba.tar.gz
linux-8153a5ead0898ba5a932282e571dfccd61940bba.tar.bz2
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)