diff options
Diffstat (limited to 'drivers/xen/pvblock.c')
-rw-r--r-- | drivers/xen/pvblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/pvblock.c b/drivers/xen/pvblock.c index 0e47ffb46a8..9fc51d203e5 100644 --- a/drivers/xen/pvblock.c +++ b/drivers/xen/pvblock.c @@ -7,6 +7,7 @@ #define LOG_CATEGORY UCLASS_PVBLOCK #include <blk.h> +#include <common.h> #include <dm.h> #include <dm/device-internal.h> #include <malloc.h> |