diff options
author | Eric Joyner <erj@FreeBSD.org> | 2018-06-20 22:16:46 +0000 |
---|---|---|
committer | Eric Joyner <erj@FreeBSD.org> | 2018-06-20 22:16:46 +0000 |
commit | 94c86dd038b7cdb7078d4bb76b21266abd562460 (patch) | |
tree | 0a42e128629c907d88552659ba1f27890401d3d3 /sys/dev/ixl/ixl.h | |
parent | ce70c57262f0074b491c88f2a659e57a0ac71a36 (diff) | |
download | src-94c86dd038b7cdb7078d4bb76b21266abd562460.tar.gz src-94c86dd038b7cdb7078d4bb76b21266abd562460.zip |
ixl(4): Fix gcc build errors
By removing redundant function declarations.
Reported by: ci.freebsd.org via Mark Millard <marklmi@yahoo.com>
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=335462
Diffstat (limited to 'sys/dev/ixl/ixl.h')
-rw-r--r-- | sys/dev/ixl/ixl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h index 1aafa75c6b2c..70d86c27bdc8 100644 --- a/sys/dev/ixl/ixl.h +++ b/sys/dev/ixl/ixl.h @@ -542,7 +542,6 @@ extern const uint8_t ixl_bcast_addr[ETHER_ADDR_LEN]; /* Common function prototypes between PF/VF driver */ void ixl_init_tx_ring(struct ixl_vsi *vsi, struct ixl_tx_queue *que); -void ixl_set_queue_rx_itr(struct ixl_rx_queue *que); void ixl_get_default_rss_key(u32 *); const char * i40e_vc_stat_str(struct i40e_hw *hw, enum virtchnl_status_code stat_err); |