[PATCH] error: implicit declaration of function `get_softnet_dma'

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: S.Çağlar
Date: Friday, October 26, 2007 - 1:55 pm

Hi;

Following trivial patch corrects 

caglar@zangetsu linux-2.6 $ make
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/linux/compile.h
  LD      net/ipv6/built-in.o
  CC [M]  net/ipv6/tcp_ipv6.o
net/ipv6/tcp_ipv6.c: In function `tcp_v6_rcv':
net/ipv6/tcp_ipv6.c:1736: error: implicit declaration of function `get_softnet_dma'
net/ipv6/tcp_ipv6.c:1736: warning: assignment makes pointer from integer without a cast
make[2]: *** [net/ipv6/tcp_ipv6.o] Hata 1
make[1]: *** [net/ipv6] Hata 2
make: *** [net] Hata 2

compiliation error for current Linus's git tree

Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>

diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 06fa4ba..8520802 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -59,6 +59,7 @@
 #include <net/snmp.h>
 #include <net/dsfield.h>
 #include <net/timewait_sock.h>
+#include <net/netdma.h>
 
 #include <asm/uaccess.h>
 
Cheers
-- 
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] error: implicit declaration of function `get_softn ..., S.Çağlar, (Fri Oct 26, 1:55 pm)