summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhani Kumar Uppalapati <phaniu@codeaurora.org>2016-04-21 22:45:18 -0700
committerKyle Yan <kyan@codeaurora.org>2016-04-28 16:39:59 -0700
commit53c1ac8bc76c1a34064392f237638b6a3f55561a (patch)
treeccbcbc27fd956c84580d0e953a77f312bb862cfb /sound
parent84e397c0d4bd6a2f4c78592ff032bf1ebb3749ed (diff)
audio-ext-clk: include audio external clock header file
Include audio external clock header file instead of platform specific header file in audio-ext-clk driver to remove the platform dependency as the same driver is used across multiple platforms. CRs-fixed: 1006637 Change-Id: Ib51007d544c240fd17c058dcb133f12e7bf2c5d7 Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
Diffstat (limited to 'sound')
-rwxr-xr-xsound/soc/codecs/audio-ext-clk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/audio-ext-clk.c b/sound/soc/codecs/audio-ext-clk.c
index 045cdad73eee..2d7e55f69990 100755
--- a/sound/soc/codecs/audio-ext-clk.c
+++ b/sound/soc/codecs/audio-ext-clk.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -21,7 +21,7 @@
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
-#include <dt-bindings/clock/msm-clocks-8996.h>
+#include <dt-bindings/clock/audio-ext-clk.h>
#include <sound/q6afe-v2.h>
struct pinctrl_info {