UAPI: update uapi header to fix struct re-definition errors

Update header to fix struct re-definition errors
by including host time header instead of uapi
specific time header file.

Change-Id: I67b52ba2928480c24abbdf7a2d246635fedfaafd
Signed-off-by: Saurav Kumar <quic_sauravk@quicinc.com>
This commit is contained in:
Saurav Kumar 2022-07-22 12:39:49 +05:30 committed by Gerrit - the friendly Code Review server
parent 79ff84826e
commit d6e85b80fd

View File

@ -26,7 +26,6 @@
#if defined(__KERNEL__) || defined(__linux__)
#include <linux/types.h>
#include <linux/time.h>
#else
#include <sys/ioctl.h>
#endif