Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/pic remove "pic_do_pending_int() prototype; no ...



details:   https://anonhg.NetBSD.org/src/rev/b8a99e493d3a
branches:  trunk
changeset: 959627:b8a99e493d3a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Feb 20 18:18:53 2021 +0000

description:
remove "pic_do_pending_int() prototype; no matching function

diffstat:

 sys/arch/arm/pic/picvar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e558f4a464c0 -r b8a99e493d3a sys/arch/arm/pic/picvar.h
--- a/sys/arch/arm/pic/picvar.h Sat Feb 20 18:10:22 2021 +0000
+++ b/sys/arch/arm/pic/picvar.h Sat Feb 20 18:18:53 2021 +0000
@@ -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 @@
 #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 *);



Home | Main Index | Thread Index | Old Index