From: Mauro Carvalho Chehab Date: Fri, 17 Oct 2008 16:02:47 +0000 (-0300) Subject: V4L/DVB (9276): videobuf-dvb: two functions are now static X-Git-Tag: v2.6.28-rc1~256^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcadd0826fce17e77cd6260569cbb3dd681c868c;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed