be2net: remove unused error variables

eeh_error, fw_timeout, hw_error variables in the be_adapter structure are
not used anymore. An earlier patch that introduced adapter->err_flags to
store this information missed removing these variables.

Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru@avagotech.com>
Signed-off-by: Sathya Perla <sathya.perla@avagotech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Venkat Duvvuru 2015-12-30 01:29:02 -05:00 committed by David S. Miller
parent fdf81bfb7a
commit 04e888de2d
1 changed files with 0 additions and 4 deletions

View File

@ -547,10 +547,6 @@ struct be_adapter {
u32 beacon_state; /* for set_phys_id */
bool eeh_error;
bool fw_timeout;
bool hw_error;
u32 port_num;
char port_name;
u8 mc_type;