Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari Remove now unused getsoftc() macro.



details:   https://anonhg.NetBSD.org/src/rev/e0333d4248d2
branches:  trunk
changeset: 753792:e0333d4248d2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 10 16:12:34 2010 +0000

description:
Remove now unused getsoftc() macro.

diffstat:

 sys/arch/atari/atari/device.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r ad8922e25234 -r e0333d4248d2 sys/arch/atari/atari/device.h
--- a/sys/arch/atari/atari/device.h     Sat Apr 10 16:07:04 2010 +0000
+++ b/sys/arch/atari/atari/device.h     Sat Apr 10 16:12:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: device.h,v 1.4 2009/03/05 13:21:44 tsutsui Exp $       */
+/*     $NetBSD: device.h,v 1.5 2010/04/10 16:12:34 tsutsui Exp $       */
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -47,7 +47,4 @@
  */
 extern int atari_realconfig;
 
-
-#define getsoftc(cdnam, unit) device_lookup_private(&(cdnam), (unit))
-
 #endif /* _ATARI_DEVICE_H_ */



Home | Main Index | Thread Index | Old Index