diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-04-07 20:59:47 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-04-07 23:09:19 +0100 |
commit | fc7e2be617df0f671977655249f5c6a04a0ba04f (patch) | |
tree | e0b37397cdfb2e4d588ec5c34fa9f05bb41719d4 /src/include/ipxe/isapnp.h | |
parent | 6e6ecacebf521b5ce91d8c141ca095e180fe762f (diff) | |
download | ipxe-fc7e2be617df0f671977655249f5c6a04a0ba04f.tar.gz |
[device] Make driver name a generic device property
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/isapnp.h')
-rw-r--r-- | src/include/ipxe/isapnp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/isapnp.h b/src/include/ipxe/isapnp.h index f2b0b34ac..47a47025b 100644 --- a/src/include/ipxe/isapnp.h +++ b/src/include/ipxe/isapnp.h @@ -198,8 +198,6 @@ struct isapnp_device { * this field. */ void *priv; - /** Driver name */ - const char *driver_name; }; /** An ISAPnP driver */ |