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

Commit b23921e6 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

Revert "init: do_mounts: Add a dummy definition for dm_table_put"



We no longer require dm_table_put. Upstream fixed the dm_mounts
driver to remove this symbol.

Change-Id: I4ba1043965d25ec444a833283392ac2394c845f3
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent bfd48a7d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -13,9 +13,6 @@ 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);