net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use
authorEnrico Mioso <mrkiko.rs@gmail.com>
Mon, 4 Nov 2013 08:50:47 +0000 (09:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Nov 2013 20:21:25 +0000 (15:21 -0500)
commit2f69702c4db5f1c3149fd17fe30bdeb87cba9698
tree7aa6c97576939adb42d7119497d3a134afe044ba
parentb579035ff766c9412e2b92abf5cab794bff102b6
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>
drivers/net/usb/cdc_ncm.c
include/linux/usb/cdc_ncm.h