aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h
index 54ce11afd9fe..d8e034700c36 100644
--- a/drivers/net/bnx2.h
+++ b/drivers/net/bnx2.h
@@ -6850,7 +6850,7 @@ struct fw_info {
6850 const u32 text_addr; 6850 const u32 text_addr;
6851 const u32 text_len; 6851 const u32 text_len;
6852 const u32 text_index; 6852 const u32 text_index;
6853 u32 *text; 6853 __le32 *text;
6854 u8 *gz_text; 6854 u8 *gz_text;
6855 const u32 gz_text_len; 6855 const u32 gz_text_len;
6856 6856