2012-05-30 09:01:06 +08:00
|
|
|
--- a/include/linux/compat-3.5.h
|
|
|
|
+++ b/include/linux/compat-3.5.h
|
2012-06-18 09:26:36 +08:00
|
|
|
@@ -8,6 +8,8 @@
|
2012-05-30 09:01:06 +08:00
|
|
|
|
2012-06-18 09:26:36 +08:00
|
|
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0))
|
2012-05-30 09:01:06 +08:00
|
|
|
|
|
|
|
+#ifndef TCA_CODEL_MAX
|
|
|
|
+
|
|
|
|
/*
|
|
|
|
* This backports:
|
|
|
|
*
|
2012-06-18 09:26:36 +08:00
|
|
|
@@ -106,6 +108,7 @@ struct vga_switcheroo_client_ops {
|
|
|
|
|
|
|
|
#define SIZE_MAX (~(size_t)0)
|
2012-05-30 09:01:06 +08:00
|
|
|
|
|
|
|
+#endif /* TCA_CODEL_MAX */
|
|
|
|
|
2012-06-18 09:26:36 +08:00
|
|
|
#include <linux/pkt_sched.h>
|
|
|
|
|