diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:56:15 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:56:15 +0000 |
commit | 12bdab2810d0b5c60c50c165ad5f4e87afa2374e (patch) | |
tree | 18b84dd3d4f10c5591cf010ae09fcfd7f2ee592b /v4l | |
parent | 0eb270a16486a4ef9f87ffd9591bfe052d1dbf69 (diff) | |
download | mediapointer-dvb-s2-12bdab2810d0b5c60c50c165ad5f4e87afa2374e.tar.gz mediapointer-dvb-s2-12bdab2810d0b5c60c50c165ad5f4e87afa2374e.tar.bz2 |
From: Adrian Bunk <bunk@stusta.de>
make some code static
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index bea687fc1..b42a5ebbd 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2006-01-15 08:54 mchehab + + * linux/drivers/media/video/cx25840/cx25840-core.c: + * linux/drivers/media/video/cx88/cx88-alsa.c: + (_cx88_start_audio_dma), (_cx88_stop_audio_dma): + * linux/drivers/media/video/tvp5150.c: + + - This patch makes some needlessly global code static. + + Signed-off-by: Adrian Bunk <bunk@stusta.de> + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-15 08:47 mchehab * linux/drivers/media/video/cx88/Kconfig: |