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

Commit 46ef6886 authored by Tobias Klauser's avatar Tobias Klauser Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Remove unused member from struct vnt_private



The pci_state member of struct vnt_private is used nowhere in the code,
so remove it. Supposedly it was used to save the PCI configuration space
which is now done using pci_save_state().

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1299b721
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -333,10 +333,6 @@ typedef struct __device_opt {
struct vnt_private {
	struct pci_dev *pcid;

#ifdef CONFIG_PM
	u32                         pci_state[16];
#endif

// netdev
	struct net_device *dev;
	struct net_device_stats     stats;