treewide: use full path to clock_control/arm_clock_control.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
bbb00d0eb7
commit
4147188bbb
5 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <drivers/gpio.h>
|
||||
#include <init.h>
|
||||
#include <soc.h>
|
||||
#include <clock_control/arm_clock_control.h>
|
||||
#include <drivers/clock_control/arm_clock_control.h>
|
||||
|
||||
#include "gpio_cmsdk_ahb.h"
|
||||
#include "gpio_utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue