From 5e486b98b1ba5440b4e7c6b39002acd4a129baa0 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:59 -0600 Subject: [PATCH] treewide: use full path to ipm.h header The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot --- drivers/bluetooth/hci/rpmsg_nrf53.c | 2 +- drivers/ipm/ipm_nrfx_ipc.c | 2 +- drivers/ipm/ipm_stm32_ipcc.c | 2 +- samples/bluetooth/hci_rpmsg/src/main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bluetooth/hci/rpmsg_nrf53.c b/drivers/bluetooth/hci/rpmsg_nrf53.c index 90743347471..5dbe7f55627 100644 --- a/drivers/bluetooth/hci/rpmsg_nrf53.c +++ b/drivers/bluetooth/hci/rpmsg_nrf53.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include diff --git a/drivers/ipm/ipm_nrfx_ipc.c b/drivers/ipm/ipm_nrfx_ipc.c index 01077ca735b..21683a14836 100644 --- a/drivers/ipm/ipm_nrfx_ipc.c +++ b/drivers/ipm/ipm_nrfx_ipc.c @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include "ipm_nrfx_ipc.h" diff --git a/drivers/ipm/ipm_stm32_ipcc.c b/drivers/ipm/ipm_stm32_ipcc.c index 8bcdd646400..126cbf8fcc2 100644 --- a/drivers/ipm/ipm_stm32_ipcc.c +++ b/drivers/ipm/ipm_stm32_ipcc.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include diff --git a/samples/bluetooth/hci_rpmsg/src/main.c b/samples/bluetooth/hci_rpmsg/src/main.c index 736402a1e55..cdffcf85a0e 100644 --- a/samples/bluetooth/hci_rpmsg/src/main.c +++ b/samples/bluetooth/hci_rpmsg/src/main.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include