]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: remove duplicate function prototypes
authorAlex Xie <AlexBin.Xie@amd.com>
Thu, 8 Jun 2017 18:21:28 +0000 (14:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2017 15:30:13 +0000 (11:30 -0400)
There are two identical function prototypes in same header file

Signed-off-by: Alex Xie <AlexBin.Xie@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 1ae9ca2391888d6d474ca51bfa2c59fdf906aa38..e7aa3046321055f8dc7d88aa718b25920e27a83b 100644 (file)
@@ -1680,7 +1680,6 @@ static inline struct amdgpu_device *amdgpu_ttm_adev(struct ttm_bo_device *bdev)
        return container_of(bdev, struct amdgpu_device, mman.bdev);
 }
 
-bool amdgpu_device_is_px(struct drm_device *dev);
 int amdgpu_device_init(struct amdgpu_device *adev,
                       struct drm_device *ddev,
                       struct pci_dev *pdev,