diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 09:12:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 14:55:35 +0100 |
commit | fbe1e43abc6ada6bcd3e9866b01e41f093f12c62 (patch) | |
tree | e1e4f7549535e81afb12e738b4528c690cb6cf52 | |
parent | V4L/DVB (13745): [Mantis CA] Add some debug statements (diff) | |
download | linux-fbe1e43abc6ada6bcd3e9866b01e41f093f12c62.tar.xz linux-fbe1e43abc6ada6bcd3e9866b01e41f093f12c62.zip |
V4L/DVB (13746): [Mantis CA] Bug: Remove duplicated symbol
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/mantis/mantis_ca.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_ca.c b/drivers/media/dvb/mantis/mantis_ca.c index a8b8c88238e0..f6d70cb3f6fe 100644 --- a/drivers/media/dvb/mantis/mantis_ca.c +++ b/drivers/media/dvb/mantis/mantis_ca.c @@ -161,7 +161,6 @@ err: void mantis_ca_exit(struct mantis_pci *mantis) { struct mantis_ca *ca = mantis->mantis_ca; - struct mantis_pci *mantis = ca->ca_priv; dprintk(verbose, MANTIS_DEBUG, 1, "Mantis CA exit"); |