diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-xilinx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index e5d3716da21a..dec7e71a833c 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilinx.c | |||
@@ -82,7 +82,7 @@ struct xilinx_spi { | |||
82 | struct completion done; | 82 | struct completion done; |
83 | void __iomem *regs; /* virt. address of the control registers */ | 83 | void __iomem *regs; /* virt. address of the control registers */ |
84 | 84 | ||
85 | u32 irq; | 85 | int irq; |
86 | 86 | ||
87 | u8 *rx_ptr; /* pointer in the Tx buffer */ | 87 | u8 *rx_ptr; /* pointer in the Tx buffer */ |
88 | const u8 *tx_ptr; /* pointer in the Rx buffer */ | 88 | const u8 *tx_ptr; /* pointer in the Rx buffer */ |