commit | ebf4ca31c020747b55f493293888b78cc7233e1e | [log] [tgz] |
---|---|---|
author | Mohit Khanna <mkhannaqca@codeaurora.org> | Tue Mar 14 22:02:35 2017 -0700 |
committer | Sandeep Puligilla <spuligil@codeaurora.org> | Fri Apr 07 02:35:58 2017 -0700 |
tree | b314882376c944aa9d33f46301a4ecc33a084aa4 | |
parent | d0b63f5e4734d7a22bd2745a77efae426da642c3 [diff] |
qcacld-3.0: change hdd_skb_orphan to static inline hdd_skb_orphan is currently a static function. If not used, it may cause compilation error. Make the function static inline. Change-Id: I5d78f597f2f694d370dbe7631be0a7ebc8572b0d CRs-Fixed: 2020167