summaryrefslogtreecommitdiff
path: root/src/drivers/nxp/uwb/uwb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/nxp/uwb/uwb.c')
-rw-r--r--src/drivers/nxp/uwb/uwb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/nxp/uwb/uwb.c b/src/drivers/nxp/uwb/uwb.c
index 978edebd63..0f5ba47f08 100644
--- a/src/drivers/nxp/uwb/uwb.c
+++ b/src/drivers/nxp/uwb/uwb.c
@@ -133,6 +133,6 @@ static void nxb_uwb_enable(struct device *dev)
}
struct chip_operations drivers_nxp_uwb_ops = {
- CHIP_NAME("NXP UWB Device")
+ .name = "NXP UWB Device",
.enable_dev = nxb_uwb_enable
};