2012-05-30 01:01:06 +00:00
|
|
|
--- a/include/linux/compat-3.5.h
|
|
|
|
+++ b/include/linux/compat-3.5.h
|
2012-06-18 01:26:36 +00:00
|
|
|
@@ -8,6 +8,8 @@
|
2012-05-30 01:01:06 +00:00
|
|
|
|
2012-06-18 01:26:36 +00:00
|
|
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0))
|
2012-05-30 01:01:06 +00:00
|
|
|
|
|
|
|
+#ifndef TCA_CODEL_MAX
|
|
|
|
+
|
|
|
|
/*
|
|
|
|
* This backports:
|
|
|
|
*
|
2012-07-10 00:21:25 +00:00
|
|
|
@@ -135,6 +137,7 @@ static inline int compat_vga_switcheroo_
|
2012-06-18 01:26:36 +00:00
|
|
|
|
|
|
|
#define SIZE_MAX (~(size_t)0)
|
2012-05-30 01:01:06 +00:00
|
|
|
|
|
|
|
+#endif /* TCA_CODEL_MAX */
|
|
|
|
|
2012-06-18 01:26:36 +00:00
|
|
|
#include <linux/pkt_sched.h>
|
|
|
|
|