]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/cls_rsvp.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / net / sched / cls_rsvp.h
index 006168d6937654d7ece5493fad1b96cad9e0806b..ba87419716290204d4f1708ac978f74183c09804 100644 (file)
@@ -65,7 +65,6 @@
    Well, as result, despite its simplicity, we get a pretty
    powerful classification engine.  */
 
-#include <linux/config.h>
 
 struct rsvp_head
 {
@@ -555,8 +554,7 @@ insert:
        goto insert;
 
 errout:
-       if (f)
-               kfree(f);
+       kfree(f);
 errout2:
        tcf_exts_destroy(tp, &e);
        return err;