crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS
Fixes: cf718eaa8f
("crypto: cavium/nitrox - Enabled Mailbox support")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
101b53d91d
commit
dec5d0db0d
|
@ -13,9 +13,8 @@ static inline int nitrox_debugfs_init(struct nitrox_device *ndev)
|
||||||
return 0;
|
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 */
|
#endif /* !CONFIG_DEBUG_FS */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue