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:
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user