diff options
author | David Kershner <david.kershner@unisys.com> | 2016-09-20 11:42:05 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-21 11:29:58 +0200 |
commit | 2e805a9738a0487db1f5b8b6cb41b6c4cd882b63 (patch) | |
tree | c90617e368df257904951488a4b7992b11db67eb /drivers | |
parent | 0543205b7e216288c7905cedf5ba804f3ee37599 (diff) |
staging: unisys: visornic: remove visornic_poll prototype
Remove visornic_poll prototype, because it is not needed.
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/visornic/visornic_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c index beb1cf2bffb5..183d2ec7aa53 100644 --- a/drivers/staging/unisys/visornic/visornic_main.c +++ b/drivers/staging/unisys/visornic/visornic_main.c @@ -141,7 +141,6 @@ struct visornic_devdata { struct uiscmdrsp cmdrsp[SIZEOF_CMDRSP]; }; -static int visornic_poll(struct napi_struct *napi, int budget); static void poll_for_irq(unsigned long v); /** |