settings: remove local settings_mount_*_backend()

Prototypes of those functions are already in header files in
subsys/settings/include/settings/ directory, so no reason to have
duplicates in C files.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
Marcin Niestroj 2022-12-19 13:54:23 +01:00 committed by Fabio Baltieri
commit c707585e75
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ LOG_MODULE_DECLARE(settings, CONFIG_SETTINGS_LOG_LEVEL);
#define SETTINGS_FCB_VERS 1
int settings_backend_init(void);
void settings_mount_fcb_backend(struct settings_fcb *cf);
static int settings_fcb_load(struct settings_store *cs,
const struct settings_load_arg *arg);

View file

@ -28,7 +28,6 @@ LOG_MODULE_DECLARE(settings, CONFIG_SETTINGS_LOG_LEVEL);
#endif
int settings_backend_init(void);
void settings_mount_file_backend(struct settings_file *cf);
static int settings_file_load(struct settings_store *cs,
const struct settings_load_arg *arg);