提交 dec5d0db 编写于 作者: E Eric Biggers 提交者: Herbert Xu

crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS

Fixes: cf718eaa ("crypto: cavium/nitrox - Enabled Mailbox support")
Signed-off-by: NEric Biggers <ebiggers@google.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 101b53d9
......@@ -13,9 +13,8 @@ static inline int nitrox_debugfs_init(struct nitrox_device *ndev)
return 0;
}
static inline int nitrox_sriov_debugfs_init(struct nitrox_device *ndev)
static inline void nitrox_debugfs_exit(struct nitrox_device *ndev)
{
return 0;
}
#endif /* !CONFIG_DEBUG_FS */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册