mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
Switch RTC platform device registration from platform_device_register()
to platform_add_devices() so as to make sure any failure will result in
automatic device unregistration.
Fixes:
|
||
|---|---|---|
| .. | ||
| prom | ||
| ecc-berr.c | ||
| int-handler.S | ||
| ioasic-irq.c | ||
| kn01-berr.c | ||
| kn02-irq.c | ||
| kn02xa-berr.c | ||
| Makefile | ||
| Platform | ||
| platform.c | ||
| reset.c | ||
| setup.c | ||
| tc.c | ||
| time.c | ||
| wbflush.c | ||