Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/i2c Pull up following revision(s) (requested by u...



details:   https://anonhg.NetBSD.org/src/rev/99e91ecfd041
branches:  netbsd-8
changeset: 851371:99e91ecfd041
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 15 07:52:17 2018 +0000

description:
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

diffstat:

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

diffs (17 lines):

diff -r 94bfa9a66073 -r 99e91ecfd041 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Mon Feb 12 20:32:59 2018 +0000
+++ b/sys/dev/i2c/files.i2c     Thu Feb 15 07:52:17 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index