Remove redundant redeclaration of netmap_vp_reg().

This should unbreak sparc64 and powerpc LINT builds.
This commit is contained in:
Bjoern A. Zeeb 2018-10-24 14:14:49 +00:00
parent 1ff6e7a8a8
commit be01db051f

View file

@ -141,7 +141,6 @@ struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg
int netmap_bdg_free(struct nm_bridge *b);
void netmap_bdg_detach_common(struct nm_bridge *b, int hw, int sw);
int netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na);
int netmap_vp_reg(struct netmap_adapter *na, int onoff);
int netmap_bwrap_reg(struct netmap_adapter *, int onoff);
int netmap_vp_reg(struct netmap_adapter *na, int onoff);
int netmap_vp_rxsync(struct netmap_kring *kring, int flags);