diff options
author | Romain Perier <romain.perier@collabora.com> | 2017-08-22 13:46:59 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-22 13:59:46 -0400 |
commit | 18c90df9f2c00cb35ab8ba747aa0f742ee6bbf6a (patch) | |
tree | ff257afaa05410be52a40141ac1959bdd2c1777f /include/linux/mlx5/driver.h | |
parent | b9f761aa78126d0937f6ab38d04aec4f9fcce1df (diff) | |
download | linux-18c90df9f2c00cb35ab8ba747aa0f742ee6bbf6a.tar.gz linux-18c90df9f2c00cb35ab8ba747aa0f742ee6bbf6a.tar.bz2 linux-18c90df9f2c00cb35ab8ba747aa0f742ee6bbf6a.zip |
mlx5: Replace PCI pool old API
The PCI pool API is deprecated. This commit replaces the PCI pool old
API by the appropriate function with the DMA pool API.
Signed-off-by: Romain Perier <romain.perier@collabora.com>
Reviewed-by: Peter Senna Tschudin <peter.senna@collabora.com>
Acked-by: Doug Ledford <dledford@redhat.com>
Tested-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r-- | include/linux/mlx5/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 099fe311f272..db40bc4055c7 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -299,7 +299,7 @@ struct mlx5_cmd { struct semaphore pages_sem; int mode; struct mlx5_cmd_work_ent *ent_arr[MLX5_MAX_COMMANDS]; - struct pci_pool *pool; + struct dma_pool *pool; struct mlx5_cmd_debug dbg; struct cmd_msg_cache cache[MLX5_NUM_COMMAND_CACHES]; int checksum_disabled; |