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)
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>

No differences found