[linux] Remove unused can_probe field from driver definition

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-02-12 12:20:41 +00:00
parent 8a1dd58502
commit 6e56f7ff25
5 changed files with 0 additions and 10 deletions
-2
View File
@@ -58,8 +58,6 @@ struct linux_driver {
int (*probe)(struct linux_device *device, struct linux_device_request *request);
/** Remove function */
void (*remove)(struct linux_device *device);
/** Can the driver probe any more devices? */
int can_probe;
};
/** Linux driver table */