mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 22:57:21 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
32ed45068c
commit
66594e3f48
@@ -105,7 +105,6 @@ struct kp_spi {
|
||||
u64 __iomem *base;
|
||||
unsigned long phys;
|
||||
struct device *dev;
|
||||
int fifo_depth;
|
||||
unsigned int pin_dir:1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user