Commit 4d31256f authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab

V4L/DVB (4594): Remove some dead data elements from pvrusb2 driver

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent d9dce96f
...@@ -39,8 +39,6 @@ struct pvr2_sysfs { ...@@ -39,8 +39,6 @@ struct pvr2_sysfs {
#endif /* CONFIG_VIDEO_PVRUSB2_DEBUGIFC */ #endif /* CONFIG_VIDEO_PVRUSB2_DEBUGIFC */
struct pvr2_sysfs_ctl_item *item_first; struct pvr2_sysfs_ctl_item *item_first;
struct pvr2_sysfs_ctl_item *item_last; struct pvr2_sysfs_ctl_item *item_last;
struct sysfs_ops kops;
struct kobj_type ktype;
struct class_device_attribute attr_v4l_minor_number; struct class_device_attribute attr_v4l_minor_number;
struct class_device_attribute attr_unit_number; struct class_device_attribute attr_unit_number;
int v4l_minor_number_created_ok; int v4l_minor_number_created_ok;
......
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