From: David S. Miller Date: Thu, 8 Sep 2005 19:32:46 +0000 (-0700) Subject: [NET]: Need struct sock forward decl in net/compat.h X-Git-Tag: v2.6.14-rc1~492^2~22^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50ef933e649a2b43aa10c8a60c491543b8b4c02;p=pandora-kernel.git [NET]: Need struct sock forward decl in net/compat.h Else we get build failures like: CC arch/sparc64/kernel/sparc64_ksyms.o In file included from arch/sparc64/kernel/sparc64_ksyms.c:28: include/net/compat.h:37: warning: "struct sock" declared inside parameter list include/net/compat.h:37: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: David S. Miller --- Reading git-diff-tree failed