Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Fix compile error.



details:   https://anonhg.NetBSD.org/src/rev/3b58227180c4
branches:  trunk
changeset: 816524:3b58227180c4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 11 14:44:49 2016 +0000

description:
Fix compile error.

diffstat:

 sys/dev/i2c/dbcool.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94b465d66719 -r 3b58227180c4 sys/dev/i2c/dbcool.c
--- a/sys/dev/i2c/dbcool.c      Mon Jul 11 14:35:00 2016 +0000
+++ b/sys/dev/i2c/dbcool.c      Mon Jul 11 14:44:49 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dbcool.c,v 1.45 2016/07/11 11:31:50 msaitoh Exp $ */
+/*     $NetBSD: dbcool.c,v 1.46 2016/07/11 14:44:49 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.45 2016/07/11 11:31:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.46 2016/07/11 14:44:49 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -65,7 +65,7 @@
 
 /* Config interface */
 static int dbcool_match(device_t, cfdata_t, void *);
-static int dbcool_attach(device_t, device_t, void *);
+static void dbcool_attach(device_t, device_t, void *);
 static int dbcool_detach(device_t, int);
 
 /* Device attributes */



Home | Main Index | Thread Index | Old Index