Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/ingenic sprinkle static
details: https://anonhg.NetBSD.org/src/rev/7ab71c3c1cac
branches: trunk
changeset: 804920:7ab71c3c1cac
user: macallan <macallan%NetBSD.org@localhost>
date: Sat Dec 06 14:33:18 2014 +0000
description:
sprinkle static
diffstat:
sys/arch/mips/ingenic/ingenic_com.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r da487ad6533b -r 7ab71c3c1cac sys/arch/mips/ingenic/ingenic_com.c
--- a/sys/arch/mips/ingenic/ingenic_com.c Sat Dec 06 14:31:27 2014 +0000
+++ b/sys/arch/mips/ingenic/ingenic_com.c Sat Dec 06 14:33:18 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ingenic_com.c,v 1.1 2014/11/22 15:17:01 macallan Exp $ */
+/* $NetBSD: ingenic_com.c,v 1.2 2014/12/06 14:33:18 macallan Exp $ */
/*-
* Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ingenic_com.c,v 1.1 2014/11/22 15:17:01 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ingenic_com.c,v 1.2 2014/12/06 14:33:18 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -60,8 +60,8 @@
#endif
-struct mips_bus_space ingenic_com_mbst;
-int mbst_valid = 0;
+static struct mips_bus_space ingenic_com_mbst;
+static int mbst_valid = 0;
static void ingenic_com_bus_mem_init(bus_space_tag_t, void *);
void ingenic_com_cnattach(void);
Home |
Main Index |
Thread Index |
Old Index