sw_isr_table.h: fix includes
This header doesn't need arch/cpu.h for anything in it, remove to ease dependency inclusion dependencies. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1777c57bec
commit
74c4509ff2
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
#ifndef _SW_ISR_TABLE__H_
|
||||
#define _SW_ISR_TABLE__H_
|
||||
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue