include: Fix use of <gpio.h> -> <drivers/gpio.h>

Fix #include <gpio.h> as it has been deprecated and
should be #include <drivers/gpio.h>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-12-09 11:27:31 -06:00 committed by Anas Nashif
commit bb9efbfbd0
9 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@
#include <sensor.h>
#include <zephyr/types.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <drivers/spi.h>
#include <sys/util.h>
#include "lsm6dso_reg.h"

View file

@ -10,7 +10,7 @@
#include <kernel.h>
#include <sensor.h>
#include <gpio.h>
#include <drivers/gpio.h>
#include <logging/log.h>
#include "lsm6dso.h"