Fixes: ae348e86a0ab ("gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem") Signed-off-by: kbuild test robot --- motmdm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gnss/motmdm.c b/drivers/gnss/motmdm.c index da1d44bed899d..49d4580ae3eae 100644 --- a/drivers/gnss/motmdm.c +++ b/drivers/gnss/motmdm.c @@ -68,8 +68,8 @@ MODULE_PARM_DESC(rate_ms, "GNSS refresh rate between 1000 and 16000 ms (default * sort out the ID conflicts with the modem's unsolicited message ID * numbering. */ -int motmdm_gnss_send_command(struct motmdm_gnss_data *ddata, - const u8 *buf, int len) +static int motmdm_gnss_send_command(struct motmdm_gnss_data *ddata, + const u8 *buf, int len) { struct gnss_device *gdev = ddata->gdev; const int timeout_ms = 1000;