Module Name: src
Committed By: pgoyette
Date: Fri May 19 11:45:40 UTC 2017
Modified Files:
src/sys/sys: localcount.h
Log Message:
The DEVSW_MODULE_INIT stuff is for possible future use; remove it for now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/localcount.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/sys/localcount.h
diff -u src/sys/sys/localcount.h:1.2 src/sys/sys/localcount.h:1.3
--- src/sys/sys/localcount.h:1.2 Fri May 19 00:01:34 2017
+++ src/sys/sys/localcount.h Fri May 19 11:45:40 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: localcount.h,v 1.2 2017/05/19 00:01:34 pgoyette Exp $ */
+/* $NetBSD: localcount.h,v 1.3 2017/05/19 11:45:40 pgoyette Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -55,11 +55,4 @@ void localcount_acquire(struct localcoun
void localcount_release(struct localcount *, struct kcondvar *,
struct kmutex *);
-#ifdef _MODULE
-#define DEVSW_MODULE_INIT \
- .d_localcount = &(struct localcount){NULL, NULL},
-#else
-#define DEVSW_MODULE_INIT
-#endif
-
#endif /* _SYS_LOCALCOUNT_H */