Browse Source

asoc: codec: Remove unused header import

Remove drivers/clk/qcom/common.h, which is an
internal header that is unused in audio-ext-clk-up.c.

Change-Id: I62dbdfd87c717ec60461a32505cba1b603c5e512
Signed-off-by: Eric Rosas <[email protected]>
Eric Rosas 2 years ago
parent
commit
de7502fc0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      asoc/codecs/audio-ext-clk-up.c

+ 1 - 1
asoc/codecs/audio-ext-clk-up.c

@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #include <linux/kernel.h>
@@ -10,7 +11,6 @@
 #include <linux/of.h>
 #include <linux/clk.h>
 #include <linux/clk-provider.h>
-#include "../../../drivers/clk/qcom/common.h"
 #include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
 #include <dsp/apr_audio-v2.h>