Re: [PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c

2016-03-19 Thread Ulf Hansson
On 14 March 2016 at 06:44, Wang Hongcheng  wrote:
> The header file asm/sizes.h is unnecessary.
> And it can also be compiled under X86 arch after the removal.
>
> Signed-off-by: Wang Hongcheng 

Thanks, applied for next! I took the liberty to update the change log
a bit as well as the header for it.

Kind regards
Uffe

> ---
>  drivers/mmc/host/mmci.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
> index fb26674..e5e5441 100644
> --- a/drivers/mmc/host/mmci.c
> +++ b/drivers/mmc/host/mmci.c
> @@ -40,7 +40,6 @@
>
>  #include 
>  #include 
> -#include 
>
>  #include "mmci.h"
>  #include "mmci_qcom_dml.h"
> --
> 1.9.1
>


[PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c

2016-03-13 Thread Wang Hongcheng
The header file asm/sizes.h is unnecessary.
And it can also be compiled under X86 arch after the removal.

Signed-off-by: Wang Hongcheng 
---
 drivers/mmc/host/mmci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index fb26674..e5e5441 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -40,7 +40,6 @@
 
 #include 
 #include 
-#include 
 
 #include "mmci.h"
 #include "mmci_qcom_dml.h"
-- 
1.9.1