Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 149b98d1 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: adl_pci6208: remove unused variable in the private data



The 'data' variable in the private data struct is not used by the
driver. Remove it.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a7c6de4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,6 @@ static const struct pci6208_board pci6208_boards[] = {
};
};


struct pci6208_private {
struct pci6208_private {
	int data;
	struct pci_dev *pci_dev;
	struct pci_dev *pci_dev;
	unsigned int ao_readback[2];
	unsigned int ao_readback[2];
};
};