diff options
Diffstat (limited to 'drivers/net/ehea/ehea.h')
-rw-r--r-- | drivers/net/ehea/ehea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index b5c8eb96bd26..26acd05c80b5 100644 --- a/drivers/net/ehea/ehea.h +++ b/drivers/net/ehea/ehea.h | |||
@@ -452,7 +452,7 @@ struct ehea_port { | |||
452 | struct vlan_group *vgrp; | 452 | struct vlan_group *vgrp; |
453 | struct ehea_eq *qp_eq; | 453 | struct ehea_eq *qp_eq; |
454 | struct work_struct reset_task; | 454 | struct work_struct reset_task; |
455 | struct semaphore port_lock; | 455 | struct mutex port_lock; |
456 | char int_aff_name[EHEA_IRQ_NAME_SIZE]; | 456 | char int_aff_name[EHEA_IRQ_NAME_SIZE]; |
457 | int allmulti; /* Indicates IFF_ALLMULTI state */ | 457 | int allmulti; /* Indicates IFF_ALLMULTI state */ |
458 | int promisc; /* Indicates IFF_PROMISC state */ | 458 | int promisc; /* Indicates IFF_PROMISC state */ |