Skip to content

Commit

Permalink
V4L/DVB (9464): Remove unreferenced delivery
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent e399a78 commit 8f04c70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,6 @@ int stb0899_get_dev_id(struct stb0899_state *state)

static const struct dvbfe_info dvbs_info = {
.name = "STB0899 DVB-S",
.delivery = DVBFE_DELSYS_DVBS,
.delsys = {
.dvbs.modulation = DVBFE_MOD_QPSK,
.dvbs.fec = DVBFE_FEC_1_2 | DVBFE_FEC_2_3 |
Expand All @@ -1329,7 +1328,6 @@ static const struct dvbfe_info dvbs_info = {

static const struct dvbfe_info dss_info = {
.name = "STB0899 DSS",
.delivery = DVBFE_DELSYS_DSS,
.delsys = {
.dss.modulation = DVBFE_MOD_BPSK | DVBFE_MOD_QPSK,
.dss.fec = DVBFE_FEC_1_2 | DVBFE_FEC_2_3 |
Expand All @@ -1347,7 +1345,6 @@ static const struct dvbfe_info dss_info = {

static const struct dvbfe_info dvbs2_info = {
.name = "STB0899 DVB-S2",
.delivery = DVBFE_DELSYS_DVBS2,
.delsys = {
.dvbs2.modulation = DVBFE_MOD_QPSK | DVBFE_MOD_8PSK |
DVBFE_MOD_16APSK | DVBFE_MOD_32APSK,
Expand Down

0 comments on commit 8f04c70

Please sign in to comment.