treewide: use full path to entropy.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
ee35fab6f7
commit
e35c896278
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <device.h>
|
||||
#include <entropy.h>
|
||||
#include <drivers/entropy.h>
|
||||
#include <random/rand32.h>
|
||||
#include <init.h>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <init.h>
|
||||
#include <device.h>
|
||||
#include <entropy.h>
|
||||
#include <drivers/entropy.h>
|
||||
#include <kernel.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue