diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx4/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 2460356d2c7..fe2a3a3f046 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -422,7 +422,7 @@ struct mlx4_dev { | |||
422 | unsigned long flags; | 422 | unsigned long flags; |
423 | struct mlx4_caps caps; | 423 | struct mlx4_caps caps; |
424 | struct radix_tree_root qp_table_tree; | 424 | struct radix_tree_root qp_table_tree; |
425 | u32 rev_id; | 425 | u8 rev_id; |
426 | char board_id[MLX4_BOARD_ID_LEN]; | 426 | char board_id[MLX4_BOARD_ID_LEN]; |
427 | }; | 427 | }; |
428 | 428 | ||