From b23921e6b6b38c32807d1d6c21f9d459c9d4bcae Mon Sep 17 00:00:00 2001 From: Vikram Mulukutla Date: Fri, 28 Oct 2016 17:08:37 -0700 Subject: [PATCH] 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 --- init/do_mounts.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/init/do_mounts.h b/init/do_mounts.h index c39c6e43c8aa..09d22862e8c3 100644 --- a/init/do_mounts.h +++ b/init/do_mounts.h @@ -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);