Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/fdt make pcihost_intr_evcnt static, like the ot...



details:   https://anonhg.NetBSD.org/src/rev/5ac516b93aac
branches:  trunk
changeset: 445895:5ac516b93aac
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Nov 16 19:32:01 2018 +0000

description:
make pcihost_intr_evcnt static, like the other functions

diffstat:

 sys/arch/arm/fdt/pcihost_fdt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 472661b23dbe -r 5ac516b93aac sys/arch/arm/fdt/pcihost_fdt.c
--- a/sys/arch/arm/fdt/pcihost_fdt.c    Fri Nov 16 17:18:29 2018 +0000
+++ b/sys/arch/arm/fdt/pcihost_fdt.c    Fri Nov 16 19:32:01 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcihost_fdt.c,v 1.4 2018/11/16 15:06:21 jmcneill Exp $ */
+/* $NetBSD: pcihost_fdt.c,v 1.5 2018/11/16 19:32:01 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcihost_fdt.c,v 1.4 2018/11/16 15:06:21 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcihost_fdt.c,v 1.5 2018/11/16 19:32:01 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -118,7 +118,7 @@
                                    pci_intr_handle_t *);
 static const char *pcihost_intr_string(void *, pci_intr_handle_t,
                                          char *, size_t);
-const struct evcnt *pcihost_intr_evcnt(void *, pci_intr_handle_t);
+static const struct evcnt *pcihost_intr_evcnt(void *, pci_intr_handle_t);
 static int     pcihost_intr_setattr(void *, pci_intr_handle_t *, int,
                                        uint64_t);
 static void *  pcihost_intr_establish(void *, pci_intr_handle_t,



Home | Main Index | Thread Index | Old Index