From: Shao Miller Date: Fri, 17 Dec 2010 23:02:54 +0000 (-0500) Subject: [bus] Remove unused module init/shutdown declarations X-Git-Url: http://git.etherboot.org/people/sha0/winvblock.git/commitdiff_plain/ca010336dc0210000b1eab76be24fd18df982d18 [bus] Remove unused module init/shutdown declarations They should have been removed in a previous commit. --- 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(