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:
Evgeniy Paltsev 2021-09-27 17:39:51 +03:00 committed by Anas Nashif
commit e1455fafdf

View file

@ -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>