From 043b01d09a7b4c5b353c6cb4c55c8c2a9384b938 Mon Sep 17 00:00:00 2001 From: Meng Wang Date: Mon, 28 Nov 2016 17:25:20 +0800 Subject: [PATCH] include: clock: remove ifdef from header file As audio-ext-clk.h is finally included in device tree and and using ifdef results in compilation failure. Delete ifdef from audio-ext-clk.h. CRs-Fixed: 1090500 Change-Id: Ib6f715c3f606770e7e0b1f0f84ab50e442398cd0 Signed-off-by: Meng Wang --- include/dt-bindings/clock/audio-ext-clk.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/dt-bindings/clock/audio-ext-clk.h b/include/dt-bindings/clock/audio-ext-clk.h index c9a8286d7c7f..a384ddf68ea0 100644 --- a/include/dt-bindings/clock/audio-ext-clk.h +++ b/include/dt-bindings/clock/audio-ext-clk.h @@ -14,19 +14,17 @@ #define __AUDIO_EXT_CLK_H /* Audio External Clocks */ -#ifdef CONFIG_COMMON_CLK_QCOM #define AUDIO_PMI_CLK 0 #define AUDIO_PMIC_LNBB_CLK 1 #define AUDIO_AP_CLK 2 #define AUDIO_AP_CLK2 3 #define AUDIO_LPASS_MCLK 4 #define AUDIO_LPASS_MCLK2 5 -#else + #define clk_audio_ap_clk 0x9b5727cb #define clk_audio_pmi_clk 0xcbfe416d #define clk_audio_ap_clk2 0x454d1e91 #define clk_audio_lpass_mclk 0xf0f2a284 #define clk_audio_pmi_lnbb_clk 0x57312343 -#endif #endif -- 2.11.0