aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dvb/frontend.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 1cfcd1a86e8a..291dd8e5e58d 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -164,9 +164,8 @@ typedef enum fe_modulation {
164 QAM_AUTO, 164 QAM_AUTO,
165 VSB_8, 165 VSB_8,
166 VSB_16, 166 VSB_16,
167 _8PSK, 167 PSK_8,
168 _16APSK, 168 APSK_16,
169 NBC_QPSK,
170 DQPSK, 169 DQPSK,
171} fe_modulation_t; 170} fe_modulation_t;
172 171