]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9276): videobuf-dvb: two functions are now static
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 17 Oct 2008 16:02:47 +0000 (13:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 17 Oct 2008 20:39:14 +0000 (17:39 -0300)
commitdcadd0826fce17e77cd6260569cbb3dd681c868c
tree2ba2c743a0a8eb0e1ba0ac5a07c4ff89771d8b21
parent64decbfe0dca9535a6f9b0c6fa654e3c2eb47877
V4L/DVB (9276): videobuf-dvb: two functions are now static

This patch marks those two functions as static:
static int videobuf_dvb_register_adapter(struct videobuf_dvb_frontends *fe,
static int videobuf_dvb_register_frontend(struct dvb_adapter *adapter,

Since MFE patches changed their calls by videobuf_dvb_register_bus.

To avoid having to declare the prototypes, the patch moves
videobuf_dvb_register_bus() to be after the declaration of the above functions
used there.

Cc: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/videobuf-dvb.c
include/media/videobuf-dvb.h