]> asedeno.scripts.mit.edu Git - linux.git/commit
media: ddbridge: move ddb_unmap(), cleanup modparams
authorDaniel Scheller <d.scheller@gmx.net>
Sun, 20 Aug 2017 10:41:10 +0000 (06:41 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 20 Aug 2017 11:40:53 +0000 (07:40 -0400)
commit8e4eef225c3e5fc70c1656822dd40cb17ee9d2f6
tree968a2fe79877bc303ac1b1f5e2928d23c5b6f9a2
parent66cc3d98ea6daa64735d6e72737d8eac0b6e5182
media: ddbridge: move ddb_unmap(), cleanup modparams

adapter_alloc is only used from within ddbridge-core, so move it there,
this removes the need for prototyping/referencing the variable. While at
it, msi isn't needed outside of ddbridge-main, so don't extref that one
aswell.

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