Module Name: src
Committed By: jmcneill
Date: Sat Feb 20 18:18:53 UTC 2021
Modified Files:
src/sys/arch/arm/pic: picvar.h
Log Message:
remove "pic_do_pending_int() prototype; no matching function
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/pic/picvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/pic/picvar.h
diff -u src/sys/arch/arm/pic/picvar.h:1.28 src/sys/arch/arm/pic/picvar.h:1.29
--- src/sys/arch/arm/pic/picvar.h:1.28 Tue Feb 16 07:27:12 2021
+++ src/sys/arch/arm/pic/picvar.h Sat Feb 20 18:18:53 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: picvar.h,v 1.28 2021/02/16 07:27:12 skrll Exp $ */
+/* $NetBSD: picvar.h,v 1.29 2021/02/20 18:18:53 jmcneill Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -191,7 +191,6 @@ void pic_set_priority_psw(struct cpu_inf
#define PIC_IRQBASE_ALLOC (-2)
int pic_add(struct pic_softc *, int);
-void pic_do_pending_int(void);
#ifdef MULTIPROCESSOR
int pic_ipi_ast(void *);
int pic_ipi_nop(void *);