Deleted Added
full compact
25c25
< * $FreeBSD: head/sys/powerpc/ps3/ohci_ps3.c 227843 2011-11-22 21:28:20Z marius $
---
> * $FreeBSD: head/sys/powerpc/ps3/ohci_ps3.c 228483 2011-12-14 00:28:54Z hselasky $
29c29
< __FBSDID("$FreeBSD: head/sys/powerpc/ps3/ohci_ps3.c 227843 2011-11-22 21:28:20Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/ps3/ohci_ps3.c 228483 2011-12-14 00:28:54Z hselasky $");
152a153,155
> DEVMETHOD(device_resume, bus_generic_resume),
> DEVMETHOD(device_suspend, bus_generic_suspend),
> DEVMETHOD(device_shutdown, bus_generic_shutdown),
158,160c161,163
< "ohci",
< ohci_ps3_methods,
< sizeof(ohci_softc_t),
---
> .name = "ohci",
> .methods = ohci_ps3_methods,
> .size = sizeof(ohci_softc_t),