On Fri, 1 Jul 2011, Aneesh Kumar K.V wrote:
don't do a copy of the kernel header
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx>
I see this error with your patch applied:
cc1: warnings being treated as errors
In file included from virtio/9p.c:20:
../../include/net/9p/9p.h:723: error: redundant redeclaration of
ʽp9_errstr2errnoʼ
../../include/net/9p/9p.h:714: note: previous declaration of
ʽp9_errstr2errnoʼ was here
make: *** [virtio/9p.o] Error 1
The tree is based on v2.6.37 so maybe the problem got fixed after that. I
guess I could do
git merge v2.6.39
to our tree. Ingo?