staging: slicoss: remove unused members of struct adapter
authorDavid Matlack <dmatlack@google.com>
Tue, 6 May 2014 04:02:33 +0000 (21:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 11:08:33 +0000 (20:08 +0900)
commit563dce372fac66674c18a66777f0a01343a8e373
tree4e5d08051ee72c6b7cb1c8a9d23566daba27e0bc
parenta286e34de0568903e93d54beb1c62ce19f1b5031
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 <dmatlack@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slic.h
drivers/staging/slicoss/slicoss.c