Module Name:    src
Committed By:   martin
Date:           Thu Feb 15 07:52:17 UTC 2018

Modified Files:
        src/sys/dev/i2c [netbsd-8]: files.i2c

Log Message:
Pull up following revision(s) (requested by uwe in ticket #548):

        sys/dev/i2c/files.i2c: revision 1.84 (via patch)

Delete 'define dbcool {}' line commented out in previous.  It's bogus
and the gcc6 correctly complains about that when it compiles ioconf.c
PR toolchain/53023


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.73.4.1 src/sys/dev/i2c/files.i2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/files.i2c
diff -u src/sys/dev/i2c/files.i2c:1.73 src/sys/dev/i2c/files.i2c:1.73.4.1
--- src/sys/dev/i2c/files.i2c:1.73	Sat Apr 22 21:48:56 2017
+++ src/sys/dev/i2c/files.i2c	Thu Feb 15 07:52:17 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.i2c,v 1.73 2017/04/22 21:48:56 jmcneill Exp $
+#	$NetBSD: files.i2c,v 1.73.4.1 2018/02/15 07:52:17 martin Exp $
 
 obsolete defflag	opt_i2cbus.h		I2C_SCAN
 define	i2cbus { }
@@ -130,7 +130,6 @@ attach	xrtc at iic
 file	dev/i2c/x1226.c				xrtc
 
 # Analog Devices dBCool family of thermal monitors / fan controllers
-define dbcool {}
 device dbcool: sysmon_envsys
 attach dbcool at iic
 file dev/i2c/dbcool.c			dbcool

Reply via email to