aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2016-03-23 10:37:45 +0000
committerDoug Ledford <[email protected]>2016-04-06 14:37:07 +0000
commit9967c70abc929e9b910be8d419fdf6a85411a066 (patch)
tree1061dd4661b4a11a0d6b49be02324af3a15937b3 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentLinux 4.6-rc2 (diff)
downloadkernel-9967c70abc929e9b910be8d419fdf6a85411a066.tar.gz
kernel-9967c70abc929e9b910be8d419fdf6a85411a066.zip
IB/mlx5: fix VFs callback function prototypes
The previous patch that added a couple of callback functions put the declarations inside of an #ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING, which causes the build to fail if that option is disabled: drivers/infiniband/hw/mlx5/main.c: In function 'mlx5_ib_add': drivers/infiniband/hw/mlx5/main.c:2358:31: error: 'mlx5_ib_get_vf_config' undeclared (first use in this function) This moves the four declarations below the #ifdef section so they are always available. Signed-off-by: Arnd Bergmann <[email protected]> Fixes: eff901d30e6c ("IB/mlx5: Implement callbacks for manipulating VFs") Reviewed-by: Leon Romanovsky <[email protected]> Reviewed-by: Eli Cohen <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions