treewide: use full path to flash.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:56 -06:00
committed by Carles Cufí
parent e35c896278
commit a539fc6b73
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
#include <kernel.h>
#include <device.h>
#include <string.h>
#include <flash.h>
#include <drivers/flash.h>
#include <init.h>
#include <soc.h>

View File

@@ -17,7 +17,7 @@
#include <lfs.h>
#include <fs/littlefs.h>
#include <flash.h>
#include <drivers/flash.h>
#include <storage/flash_map.h>
#include "fs_impl.h"