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:
Peter Bigot 2020-01-25 05:34:55 -06:00 committed by Carles Cufí
commit e35c896278
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
*/
#include <device.h>
#include <entropy.h>
#include <drivers/entropy.h>
#include <random/rand32.h>
#include <init.h>

View file

@ -6,7 +6,7 @@
#include <init.h>
#include <device.h>
#include <entropy.h>
#include <drivers/entropy.h>
#include <kernel.h>
#include <string.h>