diff mbox

[1/9] drm/exynos: remove uneeded declaration of struct dma_iommu_mapping

Message ID 1414765063-30598-1-git-send-email-gustavo@padovan.org (mailing list archive)
State New, archived
Headers show

Commit Message

Gustavo Padovan Oct. 31, 2014, 2:17 p.m. UTC
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

It is not even used in this header anymore.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/gpu/drm/exynos/exynos_drm_iommu.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Gustavo Padovan Nov. 6, 2014, 12:38 p.m. UTC | #1
Hi Inki,

Could you please give a review to this series?

Thanks.

	Gustavo

2014-10-31 Gustavo Padovan <gustavo@padovan.org>:

> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> 
> It is not even used in this header anymore.
> 
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_iommu.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> index 72376d4..35d2588 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> +++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> @@ -40,7 +40,6 @@ static inline bool is_drm_iommu_supported(struct drm_device *drm_dev)
>  
>  #else
>  
> -struct dma_iommu_mapping;
>  static inline int drm_create_iommu_mapping(struct drm_device *drm_dev)
>  {
>  	return 0;
> -- 
> 1.9.3
>
Inki Dae Nov. 6, 2014, 12:44 p.m. UTC | #2
Hi Gustavo,

On 2014? 11? 06? 21:38, Gustavo Padovan wrote:
> 
> Hi Inki,
> 
> Could you please give a review to this series?

It looks good to me. This patch series is just cleanup but not test so I
will merge them next week after testing if there is no any comment.

Thanks,
Inki Dae

> 
> Thanks.
> 
> 	Gustavo
> 
> 2014-10-31 Gustavo Padovan <gustavo@padovan.org>:
> 
>> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>>
>> It is not even used in this header anymore.
>>
>> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>> ---
>>  drivers/gpu/drm/exynos/exynos_drm_iommu.h | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
>> index 72376d4..35d2588 100644
>> --- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h
>> +++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
>> @@ -40,7 +40,6 @@ static inline bool is_drm_iommu_supported(struct drm_device *drm_dev)
>>  
>>  #else
>>  
>> -struct dma_iommu_mapping;
>>  static inline int drm_create_iommu_mapping(struct drm_device *drm_dev)
>>  {
>>  	return 0;
>> -- 
>> 1.9.3
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
Gustavo Padovan Nov. 12, 2014, 2:13 p.m. UTC | #3
Hi Inki,

2014-11-06 Inki Dae <inki.dae@samsung.com>:

> 
> Hi Gustavo,
> 
> On 2014? 11? 06? 21:38, Gustavo Padovan wrote:
> > 
> > Hi Inki,
> > 
> > Could you please give a review to this series?
> 
> It looks good to me. This patch series is just cleanup but not test so I
> will merge them next week after testing if there is no any comment.

Is there any comments on this series or are the patches ready to be merged?

Thanks

	Gustavo
Inki Dae Nov. 13, 2014, 2:22 a.m. UTC | #4
Sorry for late.

I started to test and migrate them to exynos-drm-next yesterday. So I
guess that you can see your patch series on exynos-drm-next today night
or tomorrow.

Thanks,
Inki Dae

On 2014? 11? 12? 23:13, Gustavo Padovan wrote:
> Hi Inki,
> 
> 2014-11-06 Inki Dae <inki.dae@samsung.com>:
> 
>>
>> Hi Gustavo,
>>
>> On 2014? 11? 06? 21:38, Gustavo Padovan wrote:
>>>
>>> Hi Inki,
>>>
>>> Could you please give a review to this series?
>>
>> It looks good to me. This patch series is just cleanup but not test so I
>> will merge them next week after testing if there is no any comment.
> 
> Is there any comments on this series or are the patches ready to be merged?
> 
> Thanks
> 
> 	Gustavo
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
Inki Dae Nov. 13, 2014, 8:45 a.m. UTC | #5
On 2014? 10? 31? 23:17, Gustavo Padovan wrote:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> 
> It is not even used in this header anymore.

All patches, Applied.

Thanks,
Inki Dae


> 
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_iommu.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> index 72376d4..35d2588 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> +++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
> @@ -40,7 +40,6 @@ static inline bool is_drm_iommu_supported(struct drm_device *drm_dev)
>  
>  #else
>  
> -struct dma_iommu_mapping;
>  static inline int drm_create_iommu_mapping(struct drm_device *drm_dev)
>  {
>  	return 0;
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.h b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
index 72376d4..35d2588 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_iommu.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_iommu.h
@@ -40,7 +40,6 @@  static inline bool is_drm_iommu_supported(struct drm_device *drm_dev)
 
 #else
 
-struct dma_iommu_mapping;
 static inline int drm_create_iommu_mapping(struct drm_device *drm_dev)
 {
 	return 0;