diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-11-19 02:57:15 +0100 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-29 00:37:20 +0100 |
commit | 9095d0f8eae4bf6b4d63a36623ee1ad5a164df43 (patch) | |
tree | d70db43350e8b4d5c3ebbd2fd16e2b5c6d84cade /drivers/soc | |
parent | soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data() (diff) | |
download | linux-9095d0f8eae4bf6b4d63a36623ee1ad5a164df43.tar.xz linux-9095d0f8eae4bf6b4d63a36623ee1ad5a164df43.zip |
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) |