diff options
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/param.c')
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/param.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c index 36bf39d54d79..c16bd75b6caa 100644 --- a/drivers/net/ethernet/intel/e1000e/param.c +++ b/drivers/net/ethernet/intel/e1000e/param.c | |||
@@ -169,7 +169,10 @@ struct e1000_option { | |||
169 | /* list_option info */ | 169 | /* list_option info */ |
170 | struct { | 170 | struct { |
171 | int nr; | 171 | int nr; |
172 | struct e1000_opt_list { int i; char *str; } *p; | 172 | struct e1000_opt_list { |
173 | int i; | ||
174 | char *str; | ||
175 | } *p; | ||
173 | } l; | 176 | } l; |
174 | } arg; | 177 | } arg; |
175 | }; | 178 | }; |