forked from len0rd/rockbox
storage: Clean up storage_xxxx macros when STORAGE_MULTI is not set
Change-Id: I1652eac1743f4b8b84da08ea5a6d04ac7e17e21d
This commit is contained in:
parent
805f531632
commit
2b9c85a41b
3 changed files with 20 additions and 19 deletions
|
|
@ -421,8 +421,8 @@ static const struct plugin_api rockbox_api = {
|
|||
read_line,
|
||||
settings_parseline,
|
||||
storage_sleep,
|
||||
storage_spin,
|
||||
storage_spindown,
|
||||
STORAGE_FUNCTION(spin),
|
||||
STORAGE_FUNCTION(spindown),
|
||||
#if USING_STORAGE_CALLBACK
|
||||
register_storage_idle_func,
|
||||
unregister_storage_idle_func,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue