diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-08 08:50:07 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-08 10:04:28 -0500 |
commit | 044f324f6ea5d55391db62fca6a295b2651cb946 (patch) | |
tree | f78f08610cbaf93962703f68d332a8a312cb2a48 /drivers/media/video/msp3400.h | |
parent | 793f225b0d77dd6a53614f5e312a28b754144d86 (diff) |
V4L/DVB (3415): Msp3400-kthreads.c: make 3 functions static
This patch makes three needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/msp3400.h')
-rw-r--r-- | drivers/media/video/msp3400.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400.h index 418283002130..6fb5c8c994e7 100644 --- a/drivers/media/video/msp3400.h +++ b/drivers/media/video/msp3400.h | |||
@@ -104,7 +104,6 @@ int msp_sleep(struct msp_state *state, int timeout); | |||
104 | 104 | ||
105 | /* msp3400-kthreads.c */ | 105 | /* msp3400-kthreads.c */ |
106 | const char *msp_standard_std_name(int std); | 106 | const char *msp_standard_std_name(int std); |
107 | void msp_set_source(struct i2c_client *client, u16 src); | ||
108 | void msp_set_audmode(struct i2c_client *client); | 107 | void msp_set_audmode(struct i2c_client *client); |
109 | void msp_detect_stereo(struct i2c_client *client); | 108 | void msp_detect_stereo(struct i2c_client *client); |
110 | int msp3400c_thread(void *data); | 109 | int msp3400c_thread(void *data); |