mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user