Re: [2.6 patch] stk-sensor.c: make 2 functions static

2008-01-29 Thread Jaime Velasco Juan
El mar. 29 de ene. de 2008, a las 00:10:58 +0200, Adrian Bunk escribió: > This patch makes the following needlessly global functions static: > - stk_sensor_outb() > - stk_sensor_inb() > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Jaime Velasco Juan <[EMAIL PROTECTED]> -- To

Re: [2.6 patch] stk-sensor.c: make 2 functions static

2008-01-29 Thread Jaime Velasco Juan
El mar. 29 de ene. de 2008, a las 00:10:58 +0200, Adrian Bunk escribió: This patch makes the following needlessly global functions static: - stk_sensor_outb() - stk_sensor_inb() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Jaime Velasco Juan [EMAIL PROTECTED] -- To unsubscribe

[2.6 patch] stk-sensor.c: make 2 functions static

2008-01-28 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - stk_sensor_outb() - stk_sensor_inb() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/media/video/stk-sensor.c |4 ++-- drivers/media/video/stk-webcam.h |2 -- 2 files changed, 2 insertions(+), 4

[2.6 patch] stk-sensor.c: make 2 functions static

2008-01-28 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - stk_sensor_outb() - stk_sensor_inb() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/media/video/stk-sensor.c |4 ++-- drivers/media/video/stk-webcam.h |2 -- 2 files changed, 2 insertions(+), 4 deletions(-)