summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_priv.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-09-24 19:38:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:16 -0200
commitecdec311806220d6e88e3ac52936cc30e1580810 (patch)
tree94b8dd0a6ff63288305cc4e1e09d10a3611adecf /drivers/media/dvb/frontends/stb0899_priv.h
parentdb1d3b80b3d077b6d5936f2afef3e5a84d302c1a (diff)
downloadop-kernel-dev-ecdec311806220d6e88e3ac52936cc30e1580810.zip
op-kernel-dev-ecdec311806220d6e88e3ac52936cc30e1580810.tar.gz
V4L/DVB (9401): Code Simplification
Use an enumeration for I/Q Swap rather than an int, easier to spot the nasty ones Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_priv.h')
-rw-r--r--drivers/media/dvb/frontends/stb0899_priv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_priv.h b/drivers/media/dvb/frontends/stb0899_priv.h
index 47e533d..73790b4 100644
--- a/drivers/media/dvb/frontends/stb0899_priv.h
+++ b/drivers/media/dvb/frontends/stb0899_priv.h
@@ -137,12 +137,6 @@ enum stb0899_frame {
STB0899_SHORT_FRAME
};
-enum stb0899_inversion {
- IQ_SWAP_OFF = 0,
- IQ_SWAP_ON,
- IQ_SWAP_AUTO
-};
-
enum stb0899_alpha {
RRC_20,
RRC_25,
OpenPOWER on IntegriCloud