From 46ef6886ac5324058898a4e84cad029f06de8b18 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 10 Sep 2014 09:34:49 +0200 Subject: [PATCH] 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: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed