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:
parent
ce610f2fc9
commit
d3dd1af9c3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ enum verity_block_type {
|
|||
};
|
||||
|
||||
struct dm_verity_fec;
|
||||
struct bvec_merge_data;
|
||||
|
||||
struct dm_verity {
|
||||
struct dm_dev *data_dev;
|
||||
|
|
Loading…
Add table
Reference in a new issue