treewide: use full path to hwinfo.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:57 -06:00 committed by Carles Cufí
commit 81ca8888db

View file

@ -11,7 +11,7 @@
#include <logging/log.h> #include <logging/log.h>
LOG_MODULE_REGISTER(LOG_MODULE_NAME); LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <hwinfo.h> #include <drivers/hwinfo.h>
#include <zephyr.h> #include <zephyr.h>
#include <drivers/gpio.h> #include <drivers/gpio.h>
#include <drivers/sensor.h> #include <drivers/sensor.h>