mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02: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
|
||
|---|---|---|
| .. | ||
| configs | ||
| hp/common | ||
| include | ||
| kernel | ||
| lib | ||
| mm | ||
| pci | ||
| scripts | ||
| uv | ||
| install.sh | ||
| Kbuild | ||
| Kconfig | ||
| Kconfig.debug | ||
| Makefile | ||