summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGeordan Neukum <gneukum1@gmail.com>2019-06-02 15:58:35 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-03 14:15:23 +0200
commit66594e3f48cc868abd0955d16bb661170674bda2 (patch)
tree140bb3fb1f1831f560dd0658321cf1c3584744ce /drivers
parent32ed45068c7e79947da72f7a61800bae1dd39596 (diff)
downloadlinux-stable-66594e3f48cc868abd0955d16bb661170674bda2.tar.gz
linux-stable-66594e3f48cc868abd0955d16bb661170674bda2.tar.bz2
linux-stable-66594e3f48cc868abd0955d16bb661170674bda2.zip
staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi struct
The kp_spi structure contains a member 'fifo_depth'. This member is never used. Therefore, it should be removed. Signed-off-by: Geordan Neukum <gneukum1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/kpc2000/kpc2000_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/kpc2000/kpc2000_spi.c b/drivers/staging/kpc2000/kpc2000_spi.c
index 13c4651e1fac..049b1e324031 100644
--- a/drivers/staging/kpc2000/kpc2000_spi.c
+++ b/drivers/staging/kpc2000/kpc2000_spi.c
@@ -105,7 +105,6 @@ struct kp_spi {
u64 __iomem *base;
unsigned long phys;
struct device *dev;
- int fifo_depth;
unsigned int pin_dir:1;
};