Re: [PATCH] neighbour: reduce exports

2006-08-17 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 15 Aug 2006 12:56:30 -0700 > There are several symbols only used by rtnetlink and since it can > not be a module, there is no reason to export them. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied. > -static __inline__ void

[PATCH] neighbour: reduce exports

2006-08-15 Thread Stephen Hemminger
There are several symbols only used by rtnetlink and since it can not be a module, there is no reason to export them. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/neighbour.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) --- net-2.6.19.orig/net/core/neighbo