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:
parent
ebe815650e
commit
c707585e75
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue