diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-11-25 15:08:57 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-11-25 15:08:57 +0100 |
commit | 128f2cf435da2e665a3a4a85a6a9a46d120bea11 (patch) | |
tree | c21708c9632cb1e868ff813b74dae222324b80e1 | |
parent | d7c10b74ef2f4236ba5bddfe4311a4e43da859e3 (diff) | |
download | kernel_replicant_linux-128f2cf435da2e665a3a4a85a6a9a46d120bea11.tar.gz kernel_replicant_linux-128f2cf435da2e665a3a4a85a6a9a46d120bea11.tar.bz2 kernel_replicant_linux-128f2cf435da2e665a3a4a85a6a9a46d120bea11.zip |
Revert "net: spic: use __poll_t"
This reverts commit 38c6e40dfc146b8c693e04dd33a1f527bd6c614e.
-rw-r--r-- | drivers/net/sipc/miscdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sipc/miscdev.c b/drivers/net/sipc/miscdev.c index 1f4ebe20c729..daee12e9d9ef 100644 --- a/drivers/net/sipc/miscdev.c +++ b/drivers/net/sipc/miscdev.c @@ -66,7 +66,7 @@ static int sipc_misc_release(struct inode *inode, struct file *filp) return 0; } -static __poll_t sipc_misc_poll(struct file *filp, struct poll_table_struct *wait) +static unsigned int sipc_misc_poll(struct file *filp, struct poll_table_struct *wait) { struct sipc_io_channel *chan = misc_to_chan(filp->private_data); |