lib: Remove priv struct member in fp_driver
It's unused.
This commit is contained in:
parent
3f64b2ea5a
commit
cb8732b255
2 changed files with 0 additions and 4 deletions
|
@ -93,8 +93,6 @@ struct fp_driver {
|
|||
enum fp_driver_type type;
|
||||
enum fp_scan_type scan_type;
|
||||
|
||||
void *priv;
|
||||
|
||||
/* Device operations */
|
||||
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
||||
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
||||
|
|
|
@ -179,8 +179,6 @@ struct fp_driver {
|
|||
enum fp_driver_type type;
|
||||
enum fp_scan_type scan_type;
|
||||
|
||||
void *priv;
|
||||
|
||||
/* Device operations */
|
||||
int (*discover)(struct libusb_device_descriptor *dsc, uint32_t *devtype);
|
||||
int (*open)(struct fp_dev *dev, unsigned long driver_data);
|
||||
|
|
Loading…
Reference in a new issue