commit | 2f69702c4db5f1c3149fd17fe30bdeb87cba9698 | [log] [tgz] |
---|---|---|
author | Enrico Mioso <mrkiko.rs@gmail.com> | Mon Nov 04 09:50:47 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 05 15:21:25 2013 -0500 |
tree | 7aa6c97576939adb42d7119497d3a134afe044ba | |
parent | b579035ff766c9412e2b92abf5cab794bff102b6 [diff] |
net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use Some drivers implementing NCM-like protocols, may re-use those functions, as is the case in the huawei_cdc_ncm driver. Export them via EXPORT_SYMBOL_GPL, in accordance with how other functions have been exported. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>