[PATCH net-2.6.25] [XFRM] Remove unneeded export of xfrm_output_resume() and remove its declaration from net/xfrm.h.

2008-01-19 Thread Rami Rosen
Hi, The method xfrm_output_resume() is used only in net/xfrm/xfrm_output.c. This patch removes using unneeded EXPORT_SYMBOL_GPL to export it in net/xfrm/xfrm_output.c and also removes its declaration in net/xfrm.h. Regards, Rami Rosen Signed-off-by: Rami Rosen [EMAIL PROTECTED] diff --git

Re: [PATCH net-2.6.25] [XFRM] Remove unneeded export of xfrm_output_resume() and remove its declaration from net/xfrm.h.

2008-01-19 Thread Herbert Xu
Rami Rosen [EMAIL PROTECTED] wrote: The method xfrm_output_resume() is used only in net/xfrm/xfrm_output.c. This patch removes using unneeded EXPORT_SYMBOL_GPL to export it in net/xfrm/xfrm_output.c and also removes its declaration in net/xfrm.h. This will be used ESP. Cheers, -- Visit