diff options
| author | Marty Connor | 2007-07-04 11:52:56 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-04 11:52:56 +0200 |
| commit | 1af1668c95e43b55a23e06efe3720cd95ea02f33 (patch) | |
| tree | 8ad69c7cebe75c6a702b8ba9c264389742a8700e /src/drivers/net/bnx2.h | |
| parent | UNDI loader entry point implemented; seems to work. (diff) | |
| download | ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.gz ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.xz ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.zip | |
Warnings purge of drivers (continued)
Diffstat (limited to 'src/drivers/net/bnx2.h')
| -rw-r--r-- | src/drivers/net/bnx2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/bnx2.h b/src/drivers/net/bnx2.h index 855b7151..57d5fee8 100644 --- a/src/drivers/net/bnx2.h +++ b/src/drivers/net/bnx2.h @@ -4091,7 +4091,7 @@ struct flash_spec { u32 page_size; u32 addr_mask; u32 total_size; - u8 *name; + char *name; }; struct bnx2 { |
