mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
hv/mod_timer: separate delay functions from the timer module
Modules that use udelay() should include "delay.h" explicitly. Tracked-On: #5920 Signed-off-by: Rong Liu <rong2.liu@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <vpci.h>
|
||||
#include <asm/pci_dev.h>
|
||||
#include <logmsg.h>
|
||||
#include <delay.h>
|
||||
|
||||
#include "vpci_priv.h"
|
||||
|
||||
|
Reference in New Issue
Block a user