]> git.baikalelectronics.ru Git - kernel.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)
commit3c9fa09df2a5c73b03984e4f88bb1a7021fc73c7
tree00b2343890a58dac371054ff07448f713a8d9a8e
parent73757ade472b59337db5edf8e28358a6f53f58ce
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