Re: [PATCH 2.6.24-rc2] net: net_free implicit declaration

2007-11-06 Thread David Miller
From: Randy Dunlap <[EMAIL PROTECTED]> Date: Tue, 6 Nov 2007 19:06:29 -0800 > From: Randy Dunlap <[EMAIL PROTECTED]> > > Just move the function so that is it known before it is used. > > net/core/net_namespace.c: In function 'copy_net_ns': > net/core/net_namespace.c:97: error: implicit declarati

[PATCH 2.6.24-rc2] net: net_free implicit declaration

2007-11-06 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Just move the function so that is it known before it is used. net/core/net_namespace.c: In function 'copy_net_ns': net/core/net_namespace.c:97: error: implicit declaration of function 'net_free' net/core/net_namespace.c: At top level: net/core/net_namespace.