Module Name: src Committed By: jakllsch Date: Wed Mar 19 20:47:49 UTC 2025
Modified Files: src/sys/sys: device.h Log Message: remove long-unused LKM-related structure To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/sys/sys/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/sys/device.h diff -u src/sys/sys/device.h:1.189 src/sys/sys/device.h:1.190 --- src/sys/sys/device.h:1.189 Tue Aug 27 13:44:55 2024 +++ src/sys/sys/device.h Wed Mar 19 20:47:49 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: device.h,v 1.189 2024/08/27 13:44:55 thorpej Exp $ */ +/* $NetBSD: device.h,v 1.190 2025/03/19 20:47:49 jakllsch Exp $ */ /* * Copyright (c) 2021 The NetBSD Foundation, Inc. @@ -437,14 +437,6 @@ struct cfattachinit { const char *cfai_name; /* driver name */ struct cfattach * const *cfai_list;/* list of attachments */ }; -/* - * the same, but with a non-constant list so it can be modified - * for module bookkeeping - */ -struct cfattachlkminit { - const char *cfai_name; /* driver name */ - struct cfattach **cfai_list; /* list of attachments */ -}; /* * Configuration printing functions, and their return codes. The second