From: Adrian Bunk Date: Tue, 12 Dec 2006 16:24:39 +0000 (+0100) Subject: bonding.h: "extern inline" -> "static inline" X-Git-Tag: v2.6.21-rc2~42^2~11^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079ca7da1e6d05c7cb82e9c4f2e1d98839332664;p=pandora-kernel.git bonding.h: "extern inline" -> "static inline" "extern inline" generates a warning with -Wmissing-prototypes and I'm currently working on getting the kernel cleaned up for adding this to the CFLAGS since it will help us to avoid a nasty class of runtime errors. If there are places that really need a forced inline, __always_inline would be the correct solution. Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed