Add fm_init/fm_fini stubs for user space FMA update.

This commit is contained in:
Brian Behlendorf 2010-04-29 12:25:18 -07:00
parent ce6db1adbe
commit c14cca5c07
1 changed files with 3 additions and 0 deletions

View File

@ -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