Remove the unneeded ofw_cpu_reg function signature, it's not used in this

file.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2016-11-23 09:33:47 +00:00
parent 713ff628ac
commit 07ec266234

View File

@ -87,8 +87,6 @@ static struct intr_ipi *intr_ipi_lookup(u_int);
static void intr_pic_ipi_setup(u_int, const char *, intr_ipi_handler_t *,
void *);
boolean_t ofw_cpu_reg(phandle_t node, u_int, cell_t *);
extern struct pcpu __pcpu[];
static device_identify_t arm64_cpu_identify;