diff options
Diffstat (limited to 'drivers/media/pci/mantis/hopper_vp3028.c')
-rw-r--r-- | drivers/media/pci/mantis/hopper_vp3028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/mantis/hopper_vp3028.c b/drivers/media/pci/mantis/hopper_vp3028.c index 68a29f8bdf73..1032db6bb789 100644 --- a/drivers/media/pci/mantis/hopper_vp3028.c +++ b/drivers/media/pci/mantis/hopper_vp3028.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include "mantis_dvb.h" | 34 | #include "mantis_dvb.h" |
35 | #include "hopper_vp3028.h" | 35 | #include "hopper_vp3028.h" |
36 | 36 | ||
37 | struct zl10353_config hopper_vp3028_config = { | 37 | static struct zl10353_config hopper_vp3028_config = { |
38 | .demod_address = 0x0f, | 38 | .demod_address = 0x0f, |
39 | }; | 39 | }; |
40 | 40 | ||