drivers/interrupt_controller: Fix loapic/ioapic header inclusion
s/init.h/device.h Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
48135cdd34
commit
dfe938640b
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <linker/sections.h>
|
||||
#include <init.h>
|
||||
#include <device.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <drivers/interrupt_controller/ioapic.h> /* public API declarations */
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <toolchain.h>
|
||||
#include <linker/sections.h>
|
||||
#include <drivers/interrupt_controller/loapic.h> /* public API declarations */
|
||||
#include <init.h>
|
||||
#include <device.h>
|
||||
#include <drivers/interrupt_controller/sysapic.h>
|
||||
|
||||
/* Local APIC Version Register Bits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue