Commit dec5d0db authored by Eric Biggers's avatar Eric Biggers Committed by Herbert Xu
Browse files

crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS



Fixes: cf718eaa ("crypto: cavium/nitrox - Enabled Mailbox support")
Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 101b53d9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 */