summarylogtreecommitdiffstats
path: root/fix-get-ver-inline.patch
blob: 172804a3f984931239fcf1d51faeb7887e424fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/xpp/echo_loader.c
+++ b/xpp/echo_loader.c
@@ -564,7 +564,7 @@ UINT32 Oct6100UserDriverReadBurstApi(tPOCT6100_READ_BURST_PARAMS f_pBurstParams)
 	return cOCT6100_ERR_OK;
 }
 
-inline int get_ver(struct astribank *astribank)
+static inline int get_ver(struct astribank *astribank)
 {
 	return spi_send(astribank, 0, 0, 1, 1);
 }