From: Tobias Klauser Date: Wed, 10 Sep 2014 07:34:49 +0000 (+0200) Subject: staging: vt6655: Remove unused member from struct vnt_private X-Git-Tag: fixes-for-v3.18-merge-window~15^2~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ef6886ac5324058898a4e84cad029f06de8b18;p=pandora-kernel.git 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-diff-tree failed