[myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Olaf Hering
2012-03-16 14:46:51 +01:00
committed by Michael Brown
parent 37cb7c7498
commit 0e81ff2297
2 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ struct mcp_cmd {
/* 16 */
struct mcp_dma_addr response_addr;
/* 24 */
uint8_t pad[40];
uint32_t pad[10];
};
typedef struct mcp_cmd mcp_cmd_t;