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>
This commit is contained in:
parent
e93e2500d1
commit
9adf4b2b11
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ void mount_block_root(char *name, int flags);
|
||||||
void mount_root(void);
|
void mount_root(void);
|
||||||
extern int root_mountflags;
|
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)
|
static inline int create_dev(char *name, dev_t dev)
|
||||||
{
|
{
|
||||||
sys_unlink(name);
|
sys_unlink(name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue