diff options
Diffstat (limited to 'drivers/net/mlx4/mlx4.h')
-rw-r--r-- | drivers/net/mlx4/mlx4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index b9f839761919..2bad045b25cf 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h | |||
@@ -129,6 +129,7 @@ struct mlx4_icm_table { | |||
129 | int num_obj; | 129 | int num_obj; |
130 | int obj_size; | 130 | int obj_size; |
131 | int lowmem; | 131 | int lowmem; |
132 | int coherent; | ||
132 | struct mutex mutex; | 133 | struct mutex mutex; |
133 | struct mlx4_icm **icm; | 134 | struct mlx4_icm **icm; |
134 | }; | 135 | }; |