aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gnss/ubx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gnss/ubx.c')
-rw-r--r--drivers/gnss/ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gnss/ubx.c b/drivers/gnss/ubx.c
index 902b6854b7db..12568aebb7f6 100644
--- a/drivers/gnss/ubx.c
+++ b/drivers/gnss/ubx.c
@@ -59,7 +59,7 @@ static int ubx_set_power(struct gnss_serial *gserial,
return -EINVAL;
}
-const struct gnss_serial_ops ubx_gserial_ops = {
+static const struct gnss_serial_ops ubx_gserial_ops = {
.set_power = ubx_set_power,
};