mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
Kill off hotplug.h and just make net devices normal reference-counted
structures. DHCP still broken and #if 0'd out.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <gpxe/retry.h>
|
||||
#include <gpxe/async.h>
|
||||
#include <gpxe/ata.h>
|
||||
#include <gpxe/hotplug.h>
|
||||
|
||||
/** An AoE ATA command */
|
||||
struct aoecmd {
|
||||
@@ -87,8 +86,6 @@ struct aoe_session {
|
||||
|
||||
/** Network device */
|
||||
struct net_device *netdev;
|
||||
/** Reference to network device */
|
||||
struct reference netdev_ref;
|
||||
|
||||
/** Major number */
|
||||
uint16_t major;
|
||||
|
||||
Reference in New Issue
Block a user