From 87ef6bb9e1c32e6a79a04bdc787ace568848520e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 19 Jul 2024 18:39:52 -0400 Subject: hosted: Don't unconditionally pull in mv.h on hosted environments It causes some conflicts in plugins with the upcoming 64-bit storage enablement Change-Id: Ia8615c5266c2b29216a05a8d85c3da5186c98d1c --- firmware/target/hosted/filesystem-hosted.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/target/hosted/filesystem-hosted.h') diff --git a/firmware/target/hosted/filesystem-hosted.h b/firmware/target/hosted/filesystem-hosted.h index b9c7ce648a..348a921f82 100644 --- a/firmware/target/hosted/filesystem-hosted.h +++ b/firmware/target/hosted/filesystem-hosted.h @@ -21,9 +21,6 @@ #ifndef _FILESYSTEM_HOSTED_H_ #define _FILESYSTEM_HOSTED_H_ -#include "mv.h" - -int os_volume_path(IF_MV(int volume, ) char *buffer, size_t bufsize); void * os_lc_open(const char *ospath); #endif /* _FILESYSTEM_HOSTED_H_ */ -- cgit v1.2.3