summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-11-19 01:57:15 +0000
committerAndy Gross <andy.gross@linaro.org>2018-11-28 17:37:20 -0600
commit9095d0f8eae4bf6b4d63a36623ee1ad5a164df43 (patch)
treed70db43350e8b4d5c3ebbd2fd16e2b5c6d84cade /drivers/soc
parented3cafa79ea756be653d22087c017af95ea78a49 (diff)
soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/llcc-slice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/qcom/llcc-slice.c b/drivers/soc/qcom/llcc-slice.c
index 6a7d0162fe0e..80667f7be52c 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)