[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4983EEE3.3080208@in.ibm.com>
Date: Sat, 31 Jan 2009 11:55:39 +0530
From: "Sachin P. Sant" <sachinp@...ibm.com>
To: linuxppc-dev@...abs.org
CC: davem@...emloft.net, yoshfuji@...ux-ipv6.org,
Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>,
Mel Gorman <mel@....ul.ie>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [Patch] 2.6.29-rc3-git2 - Fix net/ipv6/ip6mr.o build break
allmodconfig build breaks with following error.
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-powerpc
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CALL arch/powerpc/kernel/systbl_chk.sh
CALL arch/powerpc/kernel/prom_init_check.sh
CC [M] net/ipv6/ip6mr.o
net/ipv6/ip6mr.c: In function pim6_rcv:
net/ipv6/ip6mr.c:366: error: implicit declaration of function csum_ipv6_magic
make[2]: *** [net/ipv6/ip6mr.o] Error 1
make[1]: *** [net/ipv6] Error 2
make: *** [net] Error 2
Following patch fixes this issue.
thanks
-Sachin
Signed-off-by : Sachin Sant <sachinp@...ibm.com>
---
View attachment "fix-ipv6-ip6mr-build-break.patch" of type "text/x-patch" (463 bytes)
Powered by blists - more mailing lists