diff options
| author | Michael Brown | 2011-04-07 21:59:47 +0200 |
|---|---|---|
| committer | Michael Brown | 2011-04-08 00:09:19 +0200 |
| commit | fc7e2be617df0f671977655249f5c6a04a0ba04f (patch) | |
| tree | e0b37397cdfb2e4d588ec5c34fa9f05bb41719d4 /src/include/ipxe/eisa.h | |
| parent | [build] Refuse to attempt building with the GNU gold linker (diff) | |
| download | ipxe-fc7e2be617df0f671977655249f5c6a04a0ba04f.tar.gz ipxe-fc7e2be617df0f671977655249f5c6a04a0ba04f.tar.xz ipxe-fc7e2be617df0f671977655249f5c6a04a0ba04f.zip | |
[device] Make driver name a generic device property
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/eisa.h')
| -rw-r--r-- | src/include/ipxe/eisa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/eisa.h b/src/include/ipxe/eisa.h index 1588f8114..22a1ed94e 100644 --- a/src/include/ipxe/eisa.h +++ b/src/include/ipxe/eisa.h @@ -54,8 +54,6 @@ struct eisa_device { * this field. */ void *priv; - /** Driver name */ - const char *driver_name; }; /** An EISA driver */ |
