From: David Matlack Date: Tue, 6 May 2014 04:02:33 +0000 (-0700) Subject: staging: slicoss: remove unused members of struct adapter X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~567 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563dce372fac66674c18a66777f0a01343a8e373;p=pandora-kernel.git staging: slicoss: remove unused members of struct adapter This patch removes two fields from the private "struct adapter". Specifically, memorybase duplicate of slic_regs memorylength written once and never read. This field is trivially computed with pci_resource_len if it's ever needed in the future. Signed-off-by: David Matlack Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed