Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf remove 'define foo {}' for non-bus-like...



details:   https://anonhg.NetBSD.org/src/rev/72074f864445
branches:  trunk
changeset: 320901:72074f864445
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 04 15:51:15 2018 +0000

description:
remove 'define foo {}' for non-bus-like devices

diffstat:

 sys/arch/macppc/conf/files.macppc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 440572681973 -r 72074f864445 sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Sun Mar 04 15:25:15 2018 +0000
+++ b/sys/arch/macppc/conf/files.macppc Sun Mar 04 15:51:15 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.107 2018/02/26 23:09:32 sevan Exp $
+#      $NetBSD: files.macppc,v 1.108 2018/03/04 15:51:15 christos Exp $
 #
 # macppc-specific configuration info
 
@@ -285,7 +285,6 @@
 file arch/macppc/macppc/rbus_machdep.c         cardbus
 
 # Keywest I2C
-define ki2c {}
 device ki2c: i2cbus, ki2c
 attach ki2c at obio, uni_n
 file arch/macppc/dev/ki2c.c                    ki2c
@@ -297,7 +296,6 @@
 
 include "arch/powerpc/conf/majors.powerpc"
 
-define deq {}
 device deq
 attach deq at iic
 file arch/macppc/dev/deq.c                             deq



Home | Main Index | Thread Index | Old Index