mirror of
https://github.com/torvalds/linux.git
synced 2026-09-18 16:48:03 +02:00
Driver core expects devices to be dynamically allocated and will, for example, complain loudly when no release function has been provided. Use root_device_register() to allocate and register the root device instead of open coding using a static device. Signed-off-by: Johan Hovold <johan@kernel.org> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260424104703.2619093-3-johan@kernel.org> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| vdpa_sim_blk.c | ||
| vdpa_sim_net.c | ||
| vdpa_sim.c | ||
| vdpa_sim.h | ||