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: Vikram Mulukutla <markivx@codeaurora.org>
This commit is contained in:
parent
bfd48a7df4
commit
b23921e6b6
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue