staging: kpc2000: kpc_spi: remove unnecessary struct member phys
authorGeordan Neukum <gneukum1@gmail.com>
Wed, 5 Jun 2019 01:09:08 +0000 (01:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 13:05:01 +0000 (15:05 +0200)
commit8b37865055fe26c33f01823b2a1bfa1b7c526152
tree2693f633fac8c45a9d7060978dedf72013077935
parentfa6a80ca5a6052d07ca9582759116bcea0dd9ad6
staging: kpc2000: kpc_spi: remove unnecessary struct member phys

The structure kp_spi_controller_state, defined in the kpc2000_spi
driver, contains a member named phys which is never used after
initialization. Therefore, it should be removed for simplicity's sake.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c