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: Vikram Mulukutla <markivx@codeaurora.org>
This commit is contained in:
Vikram Mulukutla 2016-10-28 14:06:12 -07:00
parent ce610f2fc9
commit d3dd1af9c3

View file

@ -30,6 +30,7 @@ enum verity_block_type {
};
struct dm_verity_fec;
struct bvec_merge_data;
struct dm_verity {
struct dm_dev *data_dev;