diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 20:39:00 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-06 20:48:23 +0300 |
commit | 769e40f0c17df53bac8999939993a280c1ea3dbd (patch) | |
tree | 763abb6f9651de42bd838e5f353d4dd0ac1235d5 /sound/soc/hisilicon | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-769e40f0c17df53bac8999939993a280c1ea3dbd.tar.xz |
ASoC: hisilicon: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/hisilicon')
-rw-r--r-- | sound/soc/hisilicon/hi6210-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/hisilicon/hi6210-i2s.c b/sound/soc/hisilicon/hi6210-i2s.c index 0c8f86d4020e..07a57209e055 100644 --- a/sound/soc/hisilicon/hi6210-i2s.c +++ b/sound/soc/hisilicon/hi6210-i2s.c @@ -36,7 +36,6 @@ #include <linux/of_irq.h> #include <linux/mfd/syscon.h> #include <linux/reset-controller.h> -#include <linux/clk.h> #include "hi6210-i2s.h" |