lib: Use fp_dev to access USB device

Instead of having own own pointer in fp_img_dev
This commit is contained in:
Bastien Nocera
2018-09-14 17:32:10 +02:00
parent 4dc8aa6dfa
commit 0b7477e72c
4 changed files with 2 additions and 6 deletions

View File

@@ -139,7 +139,6 @@ enum fp_imgdev_verify_state {
};
struct fp_img_dev {
libusb_device_handle *udev;
struct fp_dev *parent;
enum fp_imgdev_action action;