summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-11-04 17:56:20 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-11-04 17:56:20 +0300
commit513f3d344b22b08311a3e27b5f4254ac7ae22484 (patch)
tree41f9e7ae76799fa597579ce6def0be8c7c4e7497
parent08fa41bfcf4f1c30e0dbd83029992ed94149494e (diff)
Fix "#include <net/netdma.h>" related build errortracking-fixes-linaro-android-3.18-llct-20141104.0
linaro-android-3.18 re-adds "#include <net/netdma.h>" though this header file has been deleted from v3.18-rc1 by commit 7bced397510ab569d31d "net_dma: simple removal". Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--net/ipv4/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 9f8154a15da2..b5acf835e7ea 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -278,7 +278,6 @@
#include <net/ip6_route.h>
#include <net/ipv6.h>
#include <net/transp_v6.h>
-#include <net/netdma.h>
#include <net/sock.h>
#include <asm/uaccess.h>