From ca010336dc0210000b1eab76be24fd18df982d18 Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Fri, 17 Dec 2010 18:02:54 -0500 Subject: [PATCH] [bus] Remove unused module init/shutdown declarations They should have been removed in a previous commit. --- src/include/bus.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/bus.h b/src/include/bus.h index c2258aa..6d06522 100644 --- a/src/include/bus.h +++ b/src/include/bus.h @@ -77,8 +77,6 @@ extern NTSTATUS STDCALL WvBusGetDevCapabilities( IN PDEVICE_OBJECT, IN PDEVICE_CAPABILITIES ); -extern NTSTATUS bus__module_init(void); -extern void bus__module_shutdown(void); extern winvblock__lib_func void bus__init(WV_SP_BUS_T); extern winvblock__lib_func WV_SP_BUS_T bus__create(void); extern winvblock__lib_func winvblock__bool STDCALL bus__add_child( -- 2.17.1