Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / arch / powerpc / platforms / cell / spufs / spufs.h
index 5d85c68..b5fc1b3 100644 (file)
@@ -185,8 +185,7 @@ struct mfc_dma_command {
 struct spu_context_ops {
        int (*mbox_read) (struct spu_context * ctx, u32 * data);
         u32(*mbox_stat_read) (struct spu_context * ctx);
-       unsigned int (*mbox_stat_poll)(struct spu_context *ctx,
-                                       unsigned int events);
+       __poll_t (*mbox_stat_poll)(struct spu_context *ctx, __poll_t events);
        int (*ibox_read) (struct spu_context * ctx, u32 * data);
        int (*wbox_write) (struct spu_context * ctx, u32 data);
         u32(*signal1_read) (struct spu_context * ctx);