]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- add missing exports for imq module
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Oct 2016 16:18:41 +0000 (18:18 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Oct 2016 16:18:41 +0000 (18:18 +0200)
kernel-imq.patch

index cbfd042f882cb0b1894ef77e7e570b1cab26b303..d303e2369c00a9fc3fbce545c28a5a260c687be1 100644 (file)
@@ -1266,6 +1266,26 @@ diff -Naupr linux-4.8_orig/net/core/dev.c linux-4.8/net/core/dev.c
  
  #include "net-sysfs.h"
  
+@@ -2952,6 +2952,9 @@
+       *ret = rc;
+       return skb;
+ }
++#if defined(CONFIG_IMQ_MODULE)
++EXPORT_SYMBOL_GPL(dev_hard_start_xmit)
++#endif
+ static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb,
+                                         netdev_features_t features)
+@@ -3038,6 +3038,9 @@
+       }
+       return head;
+ }
++#if defined(CONFIG_IMQ_MODULE)
++EXPORT_SYMBOL_GPL(validate_xmit_skb_list);
++#endif
+ static void qdisc_pkt_len_init(struct sk_buff *skb)
+ {
 diff -Naupr linux-4.8_orig/net/core/skbuff.c linux-4.8/net/core/skbuff.c
 --- linux-4.8_orig/net/core/skbuff.c   2016-10-03 06:24:33.000000000 +0700
 +++ linux-4.8/net/core/skbuff.c        2016-10-03 07:59:56.203678268 +0700
This page took 0.066144 seconds and 4 git commands to generate.