commit | e962fa660d391fc9b90988e6538c94c858c099f9 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <[email protected]> | Fri Jun 13 13:46:40 2008 +0100 |
committer | Rusty Russell <[email protected]> | Fri Jul 25 12:06:05 2008 +1000 |
tree | 2e498cb10c9a416192c769bec8119455afcb18ba | |
parent | 44653eae1407f79dff6f52fcf594ae84cb165ec4 [diff] |
virtio: Use bus_type probe and remove methods Hook up to the probe() and remove() methods in bus_type rather than device_driver. The latter has been preferred since 2.6.16. Signed-off-by: Mark McLoughlin <[email protected]> Signed-off-by: Rusty Russell <[email protected]>