Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Delete 'define dbcool {}' line commented out in ...



details:   https://anonhg.NetBSD.org/src/rev/31f5687a7141
branches:  trunk
changeset: 829817:31f5687a7141
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Feb 13 13:19:30 2018 +0000

description:
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 d1968903cb7e -r 31f5687a7141 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Tue Feb 13 11:20:08 2018 +0000
+++ b/sys/dev/i2c/files.i2c     Tue Feb 13 13:19:30 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i2c,v 1.83 2018/02/13 07:21:19 pgoyette Exp $
+#      $NetBSD: files.i2c,v 1.84 2018/02/13 13:19:30 uwe 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