Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/sys/dev/usb/controller/ohci_s3c24x0.c 227849 2011-11-22 21:56:55Z hselasky $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb/controller/ohci_s3c24x0.c 228483 2011-12-14 00:28:54Z hselasky $");
200a201,202
> DEVMETHOD(device_suspend, bus_generic_suspend),
> DEVMETHOD(device_resume, bus_generic_resume),
207,209c209,211
< "ohci",
< ohci_methods,
< sizeof(struct ohci_softc),
---
> .name = "ohci",
> .methods = ohci_methods,
> .size = sizeof(struct ohci_softc),