summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2020-12-17 22:53:45 +0000
committerRyan Libby <rlibby@FreeBSD.org>2020-12-17 22:53:45 +0000
commitad6c99f277d43f4e21cb097555097a2f0b969c37 (patch)
tree9b95f501aa28d7f7330ccc04da301d46dabddd6f /sys
parent52e63ec2f1ddf76c9411b6833bc5d021457b5005 (diff)
downloadsrc-test2-ad6c99f277d43f4e21cb097555097a2f0b969c37.tar.gz
src-test2-ad6c99f277d43f4e21cb097555097a2f0b969c37.zip
ice: quiet -Wredundant-decls
Reapply r364240 after driver update in r365617. Reviewed by: lwhsu Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27561
Notes
Notes: svn path=/head/; revision=368745
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ice/ice_common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/ice/ice_common.h b/sys/dev/ice/ice_common.h
index 08b81bfd0b63..84a39b7e9b8a 100644
--- a/sys/dev/ice/ice_common.h
+++ b/sys/dev/ice/ice_common.h
@@ -46,15 +46,6 @@ enum ice_fw_modes {
ICE_FW_MODE_ROLLBACK
};
-/* prototype for functions used for SW locks */
-void ice_free_list(struct LIST_HEAD_TYPE *list);
-void ice_init_lock(struct ice_lock *lock);
-void ice_acquire_lock(struct ice_lock *lock);
-void ice_release_lock(struct ice_lock *lock);
-void ice_destroy_lock(struct ice_lock *lock);
-void *ice_alloc_dma_mem(struct ice_hw *hw, struct ice_dma_mem *m, u64 size);
-void ice_free_dma_mem(struct ice_hw *hw, struct ice_dma_mem *m);
-
void ice_idle_aq(struct ice_hw *hw, struct ice_ctl_q_info *cq);
bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq);