mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 00:54:06 +00:00
For bus-based driver, device removal is implemented as:
1 device_remove()->
2 bus->remove()->
3 driver->remove()
Driver core needs no inform from callee(bus driver) about the
result of remove callback. In that case, commit
|
||
|---|---|---|
| .. | ||
| aml_nfw.c | ||
| Makefile | ||
| sba_iommu.c | ||