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

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
......@@ -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;
......
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