Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia Make tegra_mc_intr static to match proto...



details:   https://anonhg.NetBSD.org/src/rev/4087d2cf7b73
branches:  trunk
changeset: 823087:4087d2cf7b73
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Apr 12 00:39:28 2017 +0000

description:
Make tegra_mc_intr static to match prototype

diffstat:

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

diffs (27 lines):

diff -r a78d72093425 -r 4087d2cf7b73 sys/arch/arm/nvidia/tegra_mc.c
--- a/sys/arch/arm/nvidia/tegra_mc.c    Tue Apr 11 23:49:17 2017 +0000
+++ b/sys/arch/arm/nvidia/tegra_mc.c    Wed Apr 12 00:39:28 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_mc.c,v 1.5 2015/12/13 17:39:19 jmcneill Exp $ */
+/* $NetBSD: tegra_mc.c,v 1.6 2017/04/12 00:39:28 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_mc.c,v 1.5 2015/12/13 17:39:19 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_mc.c,v 1.6 2017/04/12 00:39:28 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -124,7 +124,7 @@
        MC_WRITE(sc, MC_INTMASK_REG, MC_INT__ALL);
 }
 
-int
+static int
 tegra_mc_intr(void *v)
 {
        struct tegra_mc_softc * const sc = v;



Home | Main Index | Thread Index | Old Index