V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups

- make 2 needlessly global functions static

- remove cpia2_setup(): the driver already allows setting parameters
  through module_param(), and there's no reason for having two different
  ways for setting the same parameters

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Adrian Bunk
2006-02-28 04:40:51 -03:00
committed by Mauro Carvalho Chehab
parent d15549acfe
commit 8cbe84f33a
2 changed files with 3 additions and 28 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ line like this:
If the driver is compiled into the kernel, at boot time specify them
like this:
cpia2=num_buffers:3,buffer_size:65535
cpia2.num_buffers=3 cpia2.buffer_size=65535
What buffer size should I use?
------------------------------