* [PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c
@ 2016-03-14 5:44 Wang Hongcheng
2016-03-16 11:37 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Wang Hongcheng @ 2016-03-14 5:44 UTC (permalink / raw)
To: Russell King, Ulf Hansson, linux-mmc, linux-kernel,
Borislav Petkov, SPG_Linux_Kernel
Cc: 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 <annie.wang@amd.com>
---
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 <asm/div64.h>
#include <asm/io.h>
-#include <asm/sizes.h>
#include "mmci.h"
#include "mmci_qcom_dml.h"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c
2016-03-14 5:44 [PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c Wang Hongcheng
@ 2016-03-16 11:37 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2016-03-16 11:37 UTC (permalink / raw)
To: Wang Hongcheng
Cc: Russell King, linux-mmc, linux-kernel@vger.kernel.org,
Borislav Petkov, SPG_Linux_Kernel
On 14 March 2016 at 06:44, Wang Hongcheng <annie.wang@amd.com> 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 <annie.wang@amd.com>
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 <asm/div64.h>
> #include <asm/io.h>
> -#include <asm/sizes.h>
>
> #include "mmci.h"
> #include "mmci_qcom_dml.h"
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 11:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 5:44 [PATCH v2] ARM: mmci:Remove unnecessary #include header file in mmci.c Wang Hongcheng
2016-03-16 11:37 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox