diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-11-19 01:57:15 +0000 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-28 17:37:20 -0600 |
commit | 9095d0f8eae4bf6b4d63a36623ee1ad5a164df43 (patch) | |
tree | d70db43350e8b4d5c3ebbd2fd16e2b5c6d84cade /drivers/soc | |
parent | ed3cafa79ea756be653d22087c017af95ea78a49 (diff) | |
download | linux-9095d0f8eae4bf6b4d63a36623ee1ad5a164df43.tar.bz2 |
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.c | 1 |
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) |