Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2010-04-29 12:33:39 -07:00
commit 35afc56620
1 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,7 @@
#ifndef _LIBSPL_SYS_FM_UTIL_H #ifndef _LIBSPL_SYS_FM_UTIL_H
#define _LIBSPL_SYS_FM_UTIL_H #define _LIBSPL_SYS_FM_UTIL_H
static inline void fm_init(void) { }
static inline void fm_fini(void) { }
#endif #endif