diff --git a/drivers/gpu/host1x/mipi.c b/drivers/gpu/host1x/mipi.c index 518b98dd3087d15d36c75f695f0189e3be255ed6..9882ea122024e8f56c47e7b7b13f75b3a7f330aa 100644 --- a/drivers/gpu/host1x/mipi.c +++ b/drivers/gpu/host1x/mipi.c @@ -22,11 +22,14 @@ #include #include +#include #include #include #include #include +#include "dev.h" + #define MIPI_CAL_CTRL 0x00 #define MIPI_CAL_CTRL_START (1 << 0)