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

Commit f3ac7df1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "haven: Fix compilation error when DEBUG_FS is disabled"

parents 92868266 ef9fb88a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static void __exit hh_dbgfs_unregister(void)
}
#else /* !defined (CONFIG_DEBUG_FS) */
static inline int hh_dbgfs_register(void) { return 0; }
static inline void hh_dbgfs_unregister(void) { return 0; }
static inline void hh_dbgfs_unregister(void) { return; }
#endif

static int __init hh_ctrl_init(void)