diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2017-08-20 13:41:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 14:41:38 +0300 |
commit | ae30a0dbdb5781231c28299be6d48a6443574f02 (patch) | |
tree | 18d5e7ae4d0f380809cbde123350bc8ae3f55823 /drivers/media/pci/ddbridge/ddbridge-hw.h | |
parent | 8e4eef225c3e5fc70c1656822dd40cb17ee9d2f6 (diff) | |
download | linux-ae30a0dbdb5781231c28299be6d48a6443574f02.tar.xz |
media: ddbridge: remove ddb_info's from the global scope
Since the DD hardware info and maps aren't needed anymore outside of
ddbridge-hw.c (they're returned via get_ddb_info() now), mark them
static and remove all refs from ddbridge-hw.h.
Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ddbridge/ddbridge-hw.h')
-rw-r--r-- | drivers/media/pci/ddbridge/ddbridge-hw.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/media/pci/ddbridge/ddbridge-hw.h b/drivers/media/pci/ddbridge/ddbridge-hw.h index 1a985d0a1a97..7c142419419c 100644 --- a/drivers/media/pci/ddbridge/ddbridge-hw.h +++ b/drivers/media/pci/ddbridge/ddbridge-hw.h @@ -37,38 +37,6 @@ struct ddb_device_id { /******************************************************************************/ -extern const struct ddb_info ddb_none; -extern const struct ddb_info ddb_octopus; -extern const struct ddb_info ddb_octopusv3; -extern const struct ddb_info ddb_octopus_le; -extern const struct ddb_info ddb_octopus_oem; -extern const struct ddb_info ddb_octopus_mini; -extern const struct ddb_info ddb_v6; -extern const struct ddb_info ddb_v6_5; -extern const struct ddb_info ddb_v7; -extern const struct ddb_info ddb_v7a; -extern const struct ddb_info ddb_ctv7; -extern const struct ddb_info ddb_satixS2v3; -extern const struct ddb_info ddb_ci; -extern const struct ddb_info ddb_cis; -extern const struct ddb_info ddb_ci_s2_pro; -extern const struct ddb_info ddb_ci_s2_pro_a; -extern const struct ddb_info ddb_dvbct; - -/****************************************************************************/ - -extern const struct ddb_info ddb_ct2_8; -extern const struct ddb_info ddb_c2t2_8; -extern const struct ddb_info ddb_isdbt_8; -extern const struct ddb_info ddb_c2t2i_v0_8; -extern const struct ddb_info ddb_c2t2i_8; - -/****************************************************************************/ - -extern const struct ddb_info ddb_s2_48; - -/****************************************************************************/ - const struct ddb_info *get_ddb_info(u16 vendor, u16 device, u16 subvendor, u16 subdevice); |