video: driver: compilation fixes for host-linux x86_64

Include errno.h explicitly and fix the order of
includes

Test:
   compile on Android for arm64
   compile off-target on host-linux for x86_64

Change-Id: I77e2469f576369d4dcea672f40413ec21ff7f3f9
Signed-off-by: Praveen Chavan <pchavan@codeaurora.org>
This commit is contained in:
Praveen Chavan
2021-06-22 12:29:57 -07:00
committed by Gerrit - the friendly Code Review server
parent 9e44398cc5
commit 0144963551
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#ifndef __MSM_VIDC_DEBUG__
#define __MSM_VIDC_DEBUG__
#include <linux/errno.h>
#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/types.h>