diff options
Diffstat (limited to 'include/linux/mlx5/accel.h')
| -rw-r--r-- | include/linux/mlx5/accel.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mlx5/accel.h b/include/linux/mlx5/accel.h index 96ebaa94a92e..dacf69516002 100644 --- a/include/linux/mlx5/accel.h +++ b/include/linux/mlx5/accel.h @@ -126,7 +126,7 @@ enum mlx5_accel_ipsec_cap {  	MLX5_ACCEL_IPSEC_CAP_TX_IV_IS_ESN	= 1 << 7,  }; -#ifdef CONFIG_MLX5_FPGA_IPSEC +#ifdef CONFIG_MLX5_ACCEL  u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev); @@ -152,5 +152,5 @@ static inline int  mlx5_accel_esp_modify_xfrm(struct mlx5_accel_esp_xfrm *xfrm,  			   const struct mlx5_accel_esp_xfrm_attrs *attrs) { return -EOPNOTSUPP; } -#endif -#endif +#endif /* CONFIG_MLX5_ACCEL */ +#endif /* __MLX5_ACCEL_H__ */  |