mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
6c0eb5ba35
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 |