summaryrefslogtreecommitdiff
path: root/drivers/xen/hypervisor.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:36 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:57 -0600
commit2193e160446e78513a4a8dfd95876762286f1fb1 (patch)
tree2bad326bd1b13e627de4979155d0af380ea45eda /drivers/xen/hypervisor.c
parentd23a829b1194e091428fa3505862c5db366430d9 (diff)
xen: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/xen/hypervisor.c')
-rw-r--r--drivers/xen/hypervisor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/hypervisor.c b/drivers/xen/hypervisor.c
index 0b2311ba267..d28df823c68 100644
--- a/drivers/xen/hypervisor.c
+++ b/drivers/xen/hypervisor.c
@@ -8,7 +8,6 @@
* Copyright (c) 2005, Grzegorz Milos, gm281@cam.ac.uk,Intel Research Cambridge
* Copyright (c) 2020, EPAM Systems Inc.
*/
-#include <common.h>
#include <cpu_func.h>
#include <log.h>
#include <memalign.h>