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

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

ANDROID: dm verity fec: include dm-core.h instead of dm.h



Fix dm-verity-fec compilation error introduced in code refactoring by
upstream commit 4cc96131 ("dm: move request-based code out to
dm-rq.[hc]").

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent b92e0967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#ifndef DM_VERITY_FEC_H
#define DM_VERITY_FEC_H

#include "dm.h"
#include "dm-core.h"
#include "dm-verity.h"
#include <linux/rslib.h>