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>
This commit is contained in:
parent
0543205b7e
commit
2e805a9738
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue