From: David Kershner Date: Tue, 20 Sep 2016 15:42:05 +0000 (-0400) Subject: staging: unisys: visornic: remove visornic_poll prototype X-Git-Tag: v4.9-rc1~119^2~279 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e805a9738a0487db1f5b8b6cb41b6c4cd882b63;p=karo-tx-linux.git staging: unisys: visornic: remove visornic_poll prototype Remove visornic_poll prototype, because it is not needed. Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- 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); /**