| 385 | } |
| 386 | |
| 387 | static rt_err_t psci_probe(struct rt_platform_device *pdev) |
| 388 | { |
| 389 | rt_err_t err; |
| 390 | |
| 391 | err = psci_ofw_init(pdev); |
| 392 | |
| 393 | return err; |
| 394 | } |
| 395 | |
| 396 | static const struct rt_ofw_node_id psci_ofw_ids[] = |
| 397 | { |
nothing calls this directly
no test coverage detected