commit | 079ca7da1e6d05c7cb82e9c4f2e1d98839332664 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Dec 12 17:24:39 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 05 16:58:47 2007 -0500 |
tree | 849faa0b78df712cbfa62d2454843cb0add04c3d | |
parent | bd36b0ac5d06378c95b5149b6df5f413a6c985a5 [diff] |
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 <bunk@stusta.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>