diff options
| author | Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org> | 2016-06-15 11:30:19 +0530 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-17 15:18:27 -0700 |
| commit | 5eaa7f688fac14a9aefb9ae4db75f94309a37537 (patch) | |
| tree | 756b927ff94314f0b76f982b340b8646a7a661eb /sound/soc/codecs/wcd9xxx-mbhc.c | |
| parent | 000c189cb63da500580c24b05e6b5559aade5e42 (diff) | |
wcd9xxx: refactor wcd9xxx audio codec drivers
Refactor wcd9xxx audio codec driver for better handling
of codec specific functionalities.
CRs-fixed: 1028800
Change-Id: I229ee4a741c5a606e2eb045940f5ee3c4eabf512
Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
Diffstat (limited to 'sound/soc/codecs/wcd9xxx-mbhc.c')
| -rw-r--r-- | sound/soc/codecs/wcd9xxx-mbhc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wcd9xxx-mbhc.c b/sound/soc/codecs/wcd9xxx-mbhc.c index 168d1d5648be..52ca82fba8e9 100644 --- a/sound/soc/codecs/wcd9xxx-mbhc.c +++ b/sound/soc/codecs/wcd9xxx-mbhc.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-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 @@ -20,7 +20,7 @@ #include <linux/debugfs.h> #include <linux/list.h> #include <linux/mfd/wcd9xxx/core.h> -#include <linux/mfd/wcd9xxx/core-resource.h> +#include <linux/mfd/wcd9xxx/wcd9xxx-irq.h> #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h> #include <linux/mfd/wcd9xxx/wcd9320_registers.h> #include <linux/mfd/wcd9xxx/pdata.h> |
