> -----Original Message-----
> From: amd-gfx [mailto:[email protected]] On Behalf
> Of Alex Xie
> Sent: Thursday, June 08, 2017 3:05 PM
> To: [email protected]
> Cc: Xie, AlexBin
> Subject: [PATCH 1/3] drm/amdgpu: remove duplicate function prototypes
> 
> There are two identical function prototypes in same headere file

s/headere/header/
with that fixed, the series is:
Reviewed-by: Alex Deucher <[email protected]>

> 
> Signed-off-by: Alex Xie <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index 766c79d..7f64765 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -1688,7 +1688,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,
> --
> 2.7.4
> 
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to