diff options
Diffstat (limited to 'drivers/net/ps3_gelic_net.h')
-rw-r--r-- | drivers/net/ps3_gelic_net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ps3_gelic_net.h b/drivers/net/ps3_gelic_net.h index a09e4862706a..32521ae5e824 100644 --- a/drivers/net/ps3_gelic_net.h +++ b/drivers/net/ps3_gelic_net.h | |||
@@ -307,6 +307,8 @@ struct gelic_card { | |||
307 | atomic_t users; | 307 | atomic_t users; |
308 | 308 | ||
309 | u64 ether_port_status; | 309 | u64 ether_port_status; |
310 | int link_mode; | ||
311 | |||
310 | /* original address returned by kzalloc */ | 312 | /* original address returned by kzalloc */ |
311 | void *unalign; | 313 | void *unalign; |
312 | 314 | ||