All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c
@ 2018-11-19  1:57 YueHaibing
  2018-11-28 23:38 ` Andy Gross
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2018-11-19  1:57 UTC (permalink / raw)
  To: kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/soc/qcom/llcc-slice.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/qcom/llcc-slice.c b/drivers/soc/qcom/llcc-slice.c
index 6a7d016..80667f7 100644
--- a/drivers/soc/qcom/llcc-slice.c
+++ b/drivers/soc/qcom/llcc-slice.c
@@ -16,7 +16,6 @@
 #include <linux/sizes.h>
 #include <linux/slab.h>
 #include <linux/soc/qcom/llcc-qcom.h>
-#include <linux/module.h>
 
 #define ACTIVATE                      BIT(0)
 #define DEACTIVATE                    BIT(1)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c
  2018-11-19  1:57 [PATCH -next] soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c YueHaibing
@ 2018-11-28 23:38 ` Andy Gross
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Gross @ 2018-11-28 23:38 UTC (permalink / raw)
  To: kernel-janitors

On Mon, Nov 19, 2018 at 01:57:15AM +0000, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---

Thanks for the patch.  I've queued this up.

Andy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-28 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19  1:57 [PATCH -next] soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c YueHaibing
2018-11-28 23:38 ` Andy Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.