Remove function prototypes for functions removed in r339943.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-10-31 10:30:19 +00:00
parent 447cfc23bd
commit be7018ffd4

View File

@ -113,10 +113,6 @@ static void intr_pic_ipi_setup(u_int, const char *, intr_ipi_handler_t *,
extern struct pcpu __pcpu[];
static device_identify_t arm64_cpu_identify;
static device_probe_t arm64_cpu_probe;
static device_attach_t arm64_cpu_attach;
static void ipi_ast(void *);
static void ipi_hardclock(void *);
static void ipi_preempt(void *);