diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/arizona/core.h | 1 | ||||
-rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/mfd/arizona/core.h b/include/linux/mfd/arizona/core.h index f34723f7663c..910e3aa1e965 100644 --- a/include/linux/mfd/arizona/core.h +++ b/include/linux/mfd/arizona/core.h | |||
@@ -141,6 +141,7 @@ struct arizona { | |||
141 | 141 | ||
142 | uint16_t dac_comp_coeff; | 142 | uint16_t dac_comp_coeff; |
143 | uint8_t dac_comp_enabled; | 143 | uint8_t dac_comp_enabled; |
144 | struct mutex dac_comp_lock; | ||
144 | }; | 145 | }; |
145 | 146 | ||
146 | int arizona_clk32k_enable(struct arizona *arizona); | 147 | int arizona_clk32k_enable(struct arizona *arizona); |
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index cb01496bfa49..8e1cdbef3dad 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h | |||
@@ -99,12 +99,6 @@ struct davinci_vcif { | |||
99 | dma_addr_t dma_rx_addr; | 99 | dma_addr_t dma_rx_addr; |
100 | }; | 100 | }; |
101 | 101 | ||
102 | struct cq93vc { | ||
103 | struct platform_device *pdev; | ||
104 | struct snd_soc_codec *codec; | ||
105 | u32 sysclk; | ||
106 | }; | ||
107 | |||
108 | struct davinci_vc; | 102 | struct davinci_vc; |
109 | 103 | ||
110 | struct davinci_vc { | 104 | struct davinci_vc { |
@@ -122,7 +116,6 @@ struct davinci_vc { | |||
122 | 116 | ||
123 | /* Client devices */ | 117 | /* Client devices */ |
124 | struct davinci_vcif davinci_vcif; | 118 | struct davinci_vcif davinci_vcif; |
125 | struct cq93vc cq93vc; | ||
126 | }; | 119 | }; |
127 | 120 | ||
128 | #endif | 121 | #endif |