[PATCH] skbuff: Fix missing EXPORT_SYMBOL for skb_pull_data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>

This adds the missing EXPORT_SYMBOL(skb_pull_data).

Fixes: 54dda1e8cf3c ("skbuff: introduce skb_pull_data")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
---
 net/core/skbuff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 0b19833ffbce..dd3ef966efdb 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -2045,6 +2045,7 @@ void *skb_pull_data(struct sk_buff *skb, size_t len)
 
 	return data;
 }
+EXPORT_SYMBOL(skb_pull_data);
 
 /**
  *	skb_trim - remove end from a buffer
-- 
2.33.1




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux