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>
This commit is contained in:
YueHaibing 2018-11-19 01:57:15 +00:00 committed by Andy Gross
parent ed3cafa79e
commit 9095d0f8ea
1 changed files with 0 additions and 1 deletions

View File

@ -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)