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

Commit e846cbed authored by Amit Pundir's avatar Amit Pundir
Browse files

ANDROID: fix dm-verity and dm-android-verity modules build



Fix dm-verity and dm-android-verity modules build by
exporting undefined symbols.

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 20ff33e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2966,6 +2966,7 @@ struct gendisk *dm_disk(struct mapped_device *md)
{
	return md->disk;
}
EXPORT_SYMBOL(dm_disk);

struct kobject *dm_kobject(struct mapped_device *md)
{
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ fail:
done:
	return res;
}
EXPORT_SYMBOL(name_to_dev_t);

static int __init root_dev_setup(char *line)
{