1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2012-10-02 10:09:23 +00:00
parent 1d8fa9519f
commit 6320afb5c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241128

View File

@ -160,7 +160,7 @@ static device_method_t uhub_methods[] = {
DEVMETHOD(bus_child_location_str, uhub_child_location_string),
DEVMETHOD(bus_child_pnpinfo_str, uhub_child_pnpinfo_string),
DEVMETHOD(bus_driver_added, uhub_driver_added),
{0, 0}
DEVMETHOD_END
};
static driver_t uhub_driver = {