summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Muckle <steve.muckle@linaro.org>2015-10-21 11:40:41 -0700
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2015-10-22 00:28:51 +0100
commitde620d2c3d8385de204e5b652be0e20fd503c272 (patch)
tree3a33cb307bb1216b73a1d1f717624d5dc6858a2d
parentece3b3864848fa1a38c10078559c951886a2c1ea (diff)
downloadlinux-linaro-tracking-de620d2c3d8385de204e5b652be0e20fd503c272.tar.gz
sound: codec: msm8x16: fix include path
The referenced header (msm8x16_wcd_registers.h) is in the local directory rather than in one of the standard include directories. Signed-off-by: Steve Muckle <steve.muckle@linaro.org>
-rw-r--r--sound/soc/codecs/msm8x16-wcd-tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/msm8x16-wcd-tables.c b/sound/soc/codecs/msm8x16-wcd-tables.c
index 9030ca4e4812..c6b1fd62bacc 100644
--- a/sound/soc/codecs/msm8x16-wcd-tables.c
+++ b/sound/soc/codecs/msm8x16-wcd-tables.c
@@ -10,7 +10,7 @@
* GNU General Public License for more details.
*/
-#include <msm8x16_wcd_registers.h>
+#include "msm8x16_wcd_registers.h"
#include "msm8x16-wcd.h"
const u8 msm8x16_wcd_reg_readable[MSM8X16_WCD_CACHE_SIZE] = {