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

Commit d3dd1af9 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

dm-verity: Add a temporary dummy opaque struct declaration



Upcoming dm-verity changes include a series that introduces
an extern in dm-verity.h that is both useless (isn't defined)
and causes a warning that breaks compilation. Introduce a
dummy opaque struct to allow compilation and revert it later
when the offending declaration is fixed.

Change-Id: I82a911cf963367b1f311c5035bf894a380a76e54
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent ce610f2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ enum verity_block_type {
};

struct dm_verity_fec;
struct bvec_merge_data;

struct dm_verity {
	struct dm_dev *data_dev;