svn commit: r368785 - stable/12/sys/dev/ice
Ryan Libby <[email protected]> Sat, 19 Dec 2020 04:24:05 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs |
|---|---|
| Message-ID | <202012190424.0BJ4O5fI007486__15122.9295692005$1608351853$gmane$org@repo.freebsd.org> |
Author: rlibby
Date: Sat Dec 19 04:24:05 2020
New Revision: 368785
URL: https://svnweb.freebsd.org/changeset/base/368785
Log:
MFC r368745:
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
Modified:
stable/12/sys/dev/ice/ice_common.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/ice/ice_common.h
==============================================================================
--- stable/12/sys/dev/ice/ice_common.h Sat Dec 19 04:22:26 2020 (r368784)
+++ stable/12/sys/dev/ice/ice_common.h Sat Dec 19 04:24:05 2020 (r368785)
@@ -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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"