commit | 416168bfaf4595de4cd1d1f9a01afc86eb8cf01b | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Fri Jan 06 09:42:43 2017 -0800 |
committer | qcabuildsw <qcabuildsw@localhost> | Thu Jan 12 07:11:56 2017 -0800 |
tree | 82cdb0548274189512a18816ac68f47223118d34 | |
parent | a0346265d45d09a7a8a5a2f7bb2955e566d02daf [diff] |
qcacmn: Fix -Wmissing-prototypes in dp_peer.c We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code in dp_peer.c that is generating warnings. Fix these warnings by making the following functions static: dp_peer_find_hash_find() dp_rx_tid_update_wifi3() dp_rx_tid_delete_cb() dp_rx_tid_delete_wifi3() And by exporting a public prototype for: dp_peer_find_hash_erase() Change-Id: I5c945f27c0334a4d88da6136de8aacae2ba840a7 CRs-Fixed: 1108459