diff options
author | Mike Isely <isely@pobox.com> | 2006-12-27 21:11:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:23 -0500 |
commit | fd5a75fe00ec13311289928c2cb17d8676f8db45 (patch) | |
tree | 478dcf0445fc17e64df4036e391106522b54bdea /drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | ae2b9e25fdfb63efed3659b19c5cc8778fd981ba (diff) |
V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store code
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 4f69431a8f4..e6d546f56d3 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |||
@@ -283,7 +283,8 @@ struct pvr2_hdw { | |||
283 | 283 | ||
284 | /* Minor numbers used by v4l logic (yes, this is a hack, as there | 284 | /* Minor numbers used by v4l logic (yes, this is a hack, as there |
285 | should be no v4l junk here). Probably a better way to do this. */ | 285 | should be no v4l junk here). Probably a better way to do this. */ |
286 | int v4l_minor_number[3]; | 286 | int v4l_minor_number_mpeg; |
287 | int v4l_minor_number_radio; | ||
287 | 288 | ||
288 | /* Location of eeprom or a negative number if none */ | 289 | /* Location of eeprom or a negative number if none */ |
289 | int eeprom_addr; | 290 | int eeprom_addr; |