diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_common.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h index d0b645a483c..bd400d21b81 100644 --- a/drivers/media/dvb/mantis/mantis_common.h +++ b/drivers/media/dvb/mantis/mantis_common.h | |||
@@ -171,7 +171,9 @@ struct mantis_pci { | |||
171 | struct work_struct uart_work; | 171 | struct work_struct uart_work; |
172 | spinlock_t uart_lock; | 172 | spinlock_t uart_lock; |
173 | 173 | ||
174 | struct input_dev *rc; | 174 | struct rc_dev *rc; |
175 | char input_name[80]; | ||
176 | char input_phys[80]; | ||
175 | }; | 177 | }; |
176 | 178 | ||
177 | #define MANTIS_HIF_STATUS (mantis->gpio_status) | 179 | #define MANTIS_HIF_STATUS (mantis->gpio_status) |