diff options
Diffstat (limited to 'drivers/video/bridge/anx6345.c')
-rw-r--r-- | drivers/video/bridge/anx6345.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/bridge/anx6345.c b/drivers/video/bridge/anx6345.c index 3e3f0e2ce6b..1c5270ff05c 100644 --- a/drivers/video/bridge/anx6345.c +++ b/drivers/video/bridge/anx6345.c @@ -8,7 +8,9 @@ #include <errno.h> #include <i2c.h> #include <edid.h> +#include <log.h> #include <video_bridge.h> +#include <linux/delay.h> #include "../anx98xx-edp.h" #define DP_MAX_LINK_RATE 0x001 |