Re: [2.6 patch] make stk_camera_{suspend,resume}() static

2008-02-20 Thread Jaime Velasco Juan
El mar. 19 de feb. de 2008, a las 21:29:08 +0200, Adrian Bunk escribió: > This patch makes the needlessly global stk_camera_{suspend,resume}() > static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Jaime Velasco Juan <[EMAIL PROTECTED]> thanks -- To unsubscribe from this list:

[2.6 patch] make stk_camera_{suspend,resume}() static

2008-02-19 Thread Adrian Bunk
This patch makes the needlessly global stk_camera_{suspend,resume}() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/media/video/stk-webcam.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 0142ed9da391bdcb89b8f029aaf7909a73bf4e20 diff --git a/drivers/media/vi