compat: fix addition of NETIF_F_RXCSUM
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 18:50:33 +0000 (10:50 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 18:50:42 +0000 (10:50 -0800)
This needs to be defined to something and although
ckmake passed, no code was using it so we were unable
to test it at compile time really.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
include/linux/compat-2.6.39.h

index 4909c4602f0aaec9fde600ff930545719fb886ac..e02ac9b6d4aec5b89b0a5b3ea774615865a37fa6 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/irq.h>
 #include <linux/kernel.h>
 
-#define NETIF_F_RXCSUM
+#define NETIF_F_RXCSUM 0
 
 #define tiocmget(tty) tiocmget(tty, NULL)
 #define tiocmset(tty, set, clear) tiocmset(tty, NULL, set, clear)