diff options
Diffstat (limited to 'include/linux/dvb')
| -rw-r--r-- | include/linux/dvb/frontend.h | 4 | ||||
| -rw-r--r-- | include/linux/dvb/version.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index d9251df867b5..cb114f52ccf7 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
| @@ -316,7 +316,9 @@ struct dvb_frontend_event { | |||
| 316 | 316 | ||
| 317 | #define DTV_DVBT2_PLP_ID 43 | 317 | #define DTV_DVBT2_PLP_ID 43 |
| 318 | 318 | ||
| 319 | #define DTV_MAX_COMMAND DTV_DVBT2_PLP_ID | 319 | #define DTV_ENUM_DELSYS 44 |
| 320 | |||
| 321 | #define DTV_MAX_COMMAND DTV_ENUM_DELSYS | ||
| 320 | 322 | ||
| 321 | typedef enum fe_pilot { | 323 | typedef enum fe_pilot { |
| 322 | PILOT_ON, | 324 | PILOT_ON, |
diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h index 66594b1d5d7b..0559e2bd38f9 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h | |||
| @@ -24,6 +24,6 @@ | |||
| 24 | #define _DVBVERSION_H_ | 24 | #define _DVBVERSION_H_ |
| 25 | 25 | ||
| 26 | #define DVB_API_VERSION 5 | 26 | #define DVB_API_VERSION 5 |
| 27 | #define DVB_API_VERSION_MINOR 4 | 27 | #define DVB_API_VERSION_MINOR 5 |
| 28 | 28 | ||
| 29 | #endif /*_DVBVERSION_H_*/ | 29 | #endif /*_DVBVERSION_H_*/ |
