diff options
| author | Vikram Mulukutla <markivx@codeaurora.org> | 2016-10-28 17:05:46 -0700 |
|---|---|---|
| committer | Vikram Mulukutla <markivx@codeaurora.org> | 2016-10-28 17:08:20 -0700 |
| commit | 9adf4b2b11eb942e0f7827ce831e645e32d77bb2 (patch) | |
| tree | 1eaefdab284bbc22d928857dc4ea7fd835656af9 | |
| parent | e93e2500d16565f979ffef7bab95d539a2edbe1a (diff) | |
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: Vikram Mulukutla <markivx@codeaurora.org>
| -rw-r--r-- | init/do_mounts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/do_mounts.h b/init/do_mounts.h index f5b978a9bb92..375835f1d258 100644 --- a/init/do_mounts.h +++ b/init/do_mounts.h @@ -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); |
