treewide: use full path to spi.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:35:02 -06:00 committed by Carles Cufí
commit 5ceb612738
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
LOG_MODULE_REGISTER(spi_oc_simple);
#include <sys/sys_io.h>
#include <spi.h>
#include <drivers/spi.h>
#include "spi_context.h"
#include "spi_oc_simple.h"

View file

@ -8,7 +8,7 @@
#ifndef ZEPHYR_INCLUDE_DISK_ACCESS_SDHC_H_
#define ZEPHYR_INCLUDE_DISK_ACCESS_SDHC_H_
#include <spi.h>
#include <drivers/spi.h>
#define SDMMC_CLOCK_400KHZ (400000U)
#define SD_CLOCK_25MHZ (25000000U)