diff options
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/m920x.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/m920x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/m920x.h b/linux/drivers/media/dvb/dvb-usb/m920x.h index 703a6d695..2c8942d04 100644 --- a/linux/drivers/media/dvb/dvb-usb/m920x.h +++ b/linux/drivers/media/dvb/dvb-usb/m920x.h @@ -59,7 +59,7 @@ What any other bits might mean, or how to get the slave's ACK/NACK response to a write, is unknown. */ -struct m9206_state { +struct m920x_state { u16 filters[M9206_MAX_FILTERS]; int filtering_enabled; int rep_count; @@ -68,7 +68,7 @@ struct m9206_state { /* Initialisation data for the m920x */ -struct m9206_inits { +struct m920x_inits { u16 address; u8 data; }; |