]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/em_meta.c
slub: Deal with config variable dependencies
[linux-2.6-omap-h63xx.git] / net / sched / em_meta.c
index d417ec8e3ca3b1893150f98ced8b46bb3558a878..3da4129b89d1e179bf679ba108c943f97f602746 100644 (file)
@@ -687,8 +687,8 @@ static inline struct meta_type_ops * meta_type_ops(struct meta_value *v)
  * Core
  **************************************************************************/
 
-static inline int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info,
-                          struct meta_value *v, struct meta_obj *dst)
+static int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info,
+                   struct meta_value *v, struct meta_obj *dst)
 {
        int err = 0;
 
@@ -733,7 +733,7 @@ static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m,
        return 0;
 }
 
-static inline void meta_delete(struct meta_match *meta)
+static void meta_delete(struct meta_match *meta)
 {
        if (meta) {
                struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);