hv/mod_irq: do not include x86/irq.h in common/irq.h

Each .c file includes the arch specific irq header file (with full
path) by itself if required.

Tracked-On: #5825
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Liang Yi
2021-03-04 16:24:36 +08:00
committed by wenlingz
parent 741a208a02
commit df36da1b80
21 changed files with 24 additions and 16 deletions

View File

@@ -7,11 +7,9 @@
#ifndef COMMON_IRQ_H
#define COMMON_IRQ_H
#include <types.h>
#include <lib/util.h>
#include <spinlock.h>
#include <arch/x86/irq.h>
/**
* @file common/irq.h
*