Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9aee1eac authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

mhi: fix compilation when CONFIG_DEBUG_FS is disabled



Fix compilation error when CONFIG_DEBUG_FS is disabled in
kona-perf_defconfig.

Change-Id: I80b66abbf1b14b09bce9777eaef63cb5f84fe743
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent 6314d283
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -917,7 +917,7 @@ static void mhi_netdev_create_debugfs_dir(void)

#else

static void mhi_netdev_create_debugfs(struct mhi_netdev_private *mhi_netdev)
static void mhi_netdev_create_debugfs(struct mhi_netdev *mhi_netdev)
{
}