ARC: IRQ: drop unused _VectorTable declaration
We don't use '_VectorTable' in the driver, so let's drop it's declaration. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
fbe7d7297e
commit
e1455fafdf
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@
|
|||
#include <device.h>
|
||||
#include <init.h>
|
||||
|
||||
extern void *_VectorTable;
|
||||
|
||||
#ifdef CONFIG_PM_DEVICE
|
||||
#include <pm/device.h>
|
||||
#include <kernel_structs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue