2012-05-30 00:03:53

by Felix Fietkau

[permalink] [raw]
Subject: [PATCH] compat: fix build on kernels that already have backported codel support

Signed-off-by: Felix Fietkau <[email protected]>
---
include/linux/compat-3.5.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/linux/compat-3.5.h b/include/linux/compat-3.5.h
index c9ba6af..35fd14b 100644
--- a/include/linux/compat-3.5.h
+++ b/include/linux/compat-3.5.h
@@ -10,6 +10,8 @@

#include <linux/pkt_sched.h>

+#ifndef TCA_CODEL_MAX
+
/*
* This backports:
*
@@ -107,6 +109,7 @@ struct tc_fq_codel_xstats {
};
};

+#endif /* TCA_CODEL_MAX */

/* Backports tty_lock: Localise the lock */
#define tty_lock(__tty) tty_lock()
--
1.7.3.2