bluetooth: Remove the unnecessary forward reference

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-12-27 03:01:44 +08:00
committed by chao an
parent 0567d9e812
commit a2c724bd27
6 changed files with 1 additions and 20 deletions
@@ -154,8 +154,6 @@ struct bt_bufferlist_s
*
****************************************************************************/
struct iob_s; /* Forward reference */
FAR struct bt_buf_s *bt_buf_alloc(enum bt_buf_type_e type,
FAR struct iob_s *iob,
size_t reserve_head);