From: Shao Miller Date: Sun, 19 Dec 2010 07:37:53 +0000 (-0500) Subject: [bus] Remove unused member ext X-Git-Url: http://git.etherboot.org/people/sha0/winvblock.git/commitdiff_plain/0a7f44608d3ebe119be19151750166d632c0ce5a [bus] Remove unused member ext --- diff --git a/src/include/bus.h b/src/include/bus.h index 6311127..a1adb2a 100644 --- a/src/include/bus.h +++ b/src/include/bus.h @@ -47,7 +47,6 @@ typedef struct WV_BUS_T { struct device__type * first_child; KSPIN_LOCK SpinLock; LIST_ENTRY tracking; - winvblock__any_ptr ext; device__free_func * prev_free; UNICODE_STRING dev_name; UNICODE_STRING dos_dev_name;