Skip to content

Commit

Permalink
MFC r339683:
Browse files Browse the repository at this point in the history
Remove redundant redeclaration of netmap_vp_reg().
This should unbreak sparc64 and powerpc LINT builds.

-- While this does fix that error, powerpc.LINT, powerpc.LINT64, and
-- sparc64.LINT are broken in stable/11 for other reasons. --rpokala

Sponsored by:	Panasas
  • Loading branch information
rpokala-freebsd authored and fichtner committed Jul 2, 2019
1 parent 6fb088d commit 35a179b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/dev/netmap/netmap_bdg.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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);
Expand Down

0 comments on commit 35a179b

Please sign in to comment.