diff options
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-dma.c')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-dma.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-dma.c b/linux/drivers/media/dvb/b2c2/flexcop-dma.c index cf4ed1df6..f0b134a16 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-dma.c +++ b/linux/drivers/media/dvb/b2c2/flexcop-dma.c @@ -169,6 +169,8 @@ int flexcop_dma_config_timer(struct flexcop_device *fc, } EXPORT_SYMBOL(flexcop_dma_config_timer); +#if 0 + /* packet IRQ does not exist in FCII or FCIIb - according to data book and tests */ int flexcop_dma_control_packet_irq(struct flexcop_device *fc, flexcop_dma_index_t no, @@ -204,3 +206,5 @@ int flexcop_dma_config_packet_count(struct flexcop_device *fc, return 0; } EXPORT_SYMBOL(flexcop_dma_config_packet_count); + +#endif /* 0 */ |