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

Commit 9adf4b2b authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

init: do_mounts: Add a dummy definition for dm_table_put



To temporarily allow compilation of an upcoming dm change,
add a dummy dm_table_put definition.

Change-Id: Iceca2eb6daa55f0acb936eafe1d59f65f7cfcd55
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent e93e2500
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ void mount_block_root(char *name, int flags);
void  mount_root(void);
extern int root_mountflags;

struct dm_table;
static inline void dm_table_put(struct dm_table *t) { }

static inline int create_dev(char *name, dev_t dev)
{
	sys_unlink(name);