mirror of
https://github.com/torvalds/linux.git
synced 2026-05-16 18:46:14 +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
|
||
|---|---|---|
| .. | ||
| fjes_debugfs.c | ||
| fjes_ethtool.c | ||
| fjes_hw.c | ||
| fjes_hw.h | ||
| fjes_main.c | ||
| fjes_regs.h | ||
| fjes_trace.c | ||
| fjes_trace.h | ||
| fjes.h | ||
| Makefile | ||