Module Name:    src
Committed By:   tsutsui
Date:           Sat Apr 10 16:12:34 UTC 2010

Modified Files:
        src/sys/arch/atari/atari: device.h

Log Message:
Remove now unused getsoftc() macro.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/atari/atari/device.h

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

Modified files:

Index: src/sys/arch/atari/atari/device.h
diff -u src/sys/arch/atari/atari/device.h:1.4 src/sys/arch/atari/atari/device.h:1.5
--- src/sys/arch/atari/atari/device.h:1.4	Thu Mar  5 13:21:44 2009
+++ src/sys/arch/atari/atari/device.h	Sat Apr 10 16:12:34 2010
@@ -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_ */

Reply via email to