From 563dce372fac66674c18a66777f0a01343a8e373 Mon Sep 17 00:00:00 2001 From: David Matlack Date: Mon, 5 May 2014 21:02:33 -0700 Subject: [PATCH] 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-format-patch failed