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 <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
e0aa1b1e1d
commit
5e486b98b1
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <ipm.h>
|
||||
#include <drivers/ipm.h>
|
||||
|
||||
#include <openamp/open_amp.h>
|
||||
#include <metal/sys.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <ipm.h>
|
||||
#include <drivers/ipm.h>
|
||||
#include <nrfx_ipc.h>
|
||||
#include "ipm_nrfx_ipc.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <drivers/clock_control.h>
|
||||
#include <device.h>
|
||||
#include <errno.h>
|
||||
#include <ipm.h>
|
||||
#include <drivers/ipm.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <sys/byteorder.h>
|
||||
#include <logging/log.h>
|
||||
#include <sys/util.h>
|
||||
#include <ipm.h>
|
||||
#include <drivers/ipm.h>
|
||||
|
||||
#include <openamp/open_amp.h>
|
||||
#include <metal/sys.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue