]> asedeno.scripts.mit.edu Git - linux.git/commit
media: ddbridge: move modparams to ddbridge-core.c
authorDaniel Scheller <d.scheller@gmx.net>
Mon, 9 Apr 2018 16:47:36 +0000 (12:47 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 4 May 2018 14:27:24 +0000 (10:27 -0400)
commit5589974ecdd761758f5632e4441f4d11a96a74f5
tree00b2343890a58dac371054ff07448f713a8d9a8e
parentcea6d2392fde9eec176538cbaee476d76e591028
media: ddbridge: move modparams to ddbridge-core.c

Besides the 'msi' module option, all options are used from within
ddbridge-core only, so move them over from ddbridge-main, and declare the
associated variables static. Since the prototypes in ddbridge.h aren't
necessary anymore now, remove them. As a side effect, this has the benefit
of aligning things more with the dddvb upstream.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/ddbridge/ddbridge-core.c
drivers/media/pci/ddbridge/ddbridge-main.c
drivers/media/pci/ddbridge/ddbridge.h