net: qualcomm: move qcaspi_tx_cmd to qca_spi.c
The function qcaspi_tx_cmd() is only called from qca_spi.c. So we better move it there. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
96a2227c3f
commit
55b7a770ae
@@ -67,6 +67,5 @@
|
||||
void qcaspi_spi_error(struct qcaspi *qca);
|
||||
int qcaspi_read_register(struct qcaspi *qca, u16 reg, u16 *result);
|
||||
int qcaspi_write_register(struct qcaspi *qca, u16 reg, u16 value);
|
||||
int qcaspi_tx_cmd(struct qcaspi *qca, u16 cmd);
|
||||
|
||||
#endif /* _QCA_7K_H */
|
||||
|
Reference in New Issue
Block a user