Commit 781e3ddb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: fix compilation with kernel versions 2.6.28 through 2.6.31

parent a8df74bb
...@@ -691,7 +691,9 @@ static int dvb_parse_transmit_mode (int i) ...@@ -691,7 +691,9 @@ static int dvb_parse_transmit_mode (int i)
static const dvb_int_map_t tab[] = { static const dvb_int_map_t tab[] = {
{ -1, TRANSMISSION_MODE_AUTO }, { -1, TRANSMISSION_MODE_AUTO },
{ 2, TRANSMISSION_MODE_2K }, { 2, TRANSMISSION_MODE_2K },
#if DVBv5(1)
{ 4, TRANSMISSION_MODE_4K }, { 4, TRANSMISSION_MODE_4K },
#endif
{ 8, TRANSMISSION_MODE_8K }, { 8, TRANSMISSION_MODE_8K },
#if 0 #if 0
{ 16, TRANSMISSION_MODE_16K }, { 16, TRANSMISSION_MODE_16K },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment