Add fm_init/fm_fini stubs for user space FMA update.
This commit is contained in:
parent
ce6db1adbe
commit
c14cca5c07
|
@ -27,4 +27,7 @@
|
|||
#ifndef _LIBSPL_SYS_FM_UTIL_H
|
||||
#define _LIBSPL_SYS_FM_UTIL_H
|
||||
|
||||
static inline void fm_init(void) { }
|
||||
static inline void fm_fini(void) { }
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue