From f794d43c566021703d743bed79c591838e09e812 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 4 Mar 2015 11:34:01 +0200 Subject: [PATCH] compat-2.6.29.h: Avoid include on kernels > 2.6.29 Signed-off-by: Vladimir Sokolovsky --- include/linux/compat-2.6.29.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/include/linux/compat-2.6.29.h b/include/linux/compat-2.6.29.h index b3833fe..5aa8d45 100644 --- a/include/linux/compat-2.6.29.h +++ b/include/linux/compat-2.6.29.h @@ -2,17 +2,10 @@ #define LINUX_26_29_COMPAT_H #include -#include -#include - -/* - * I kow this looks odd.. but 2.6.32 added the netdev_tx_t - * and we backport that there so inlcude that header first - * as we need it for the netdev ops. - */ -#include #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) +#include +#include #include #include -- 2.41.0