caif: remove unesesarry exports
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
33b2f5598b
commit
3f874adc4a
@@ -83,10 +83,11 @@ static int chnl_recv_cb(struct cflayer *layr, struct cfpkt *pkt)
|
||||
if (!priv)
|
||||
return -EINVAL;
|
||||
|
||||
/* Get length of CAIF packet. */
|
||||
pktlen = cfpkt_getlen(pkt);
|
||||
|
||||
skb = (struct sk_buff *) cfpkt_tonative(pkt);
|
||||
|
||||
/* Get length of CAIF packet. */
|
||||
pktlen = skb->len;
|
||||
|
||||
/* Pass some minimum information and
|
||||
* send the packet to the net stack.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user