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:

committed by
Gerrit - the friendly Code Review server

parent
9e44398cc5
commit
0144963551
@@ -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>
|
||||
|
Reference in New Issue
Block a user