diff options
-rw-r--r-- | drivers/staging/fsl-mc/bus/fsl-mc-allocator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c index c2af5b570222..9291847b1d14 100644 --- a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c +++ b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c @@ -13,6 +13,8 @@ #include "../include/mc-bus.h" #include "../include/mc-sys.h" +#include "dpbp-cmd.h" +#include "dpcon-cmd.h" #include "fsl-mc-private.h" static bool __must_check fsl_mc_is_allocatable(const char *obj_type) |