diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2011-09-06 09:26:47 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-01-05 10:03:48 +0000 |
commit | eed56b74bf22a29dcf6c9ff476ee6dd734ec067e (patch) | |
tree | 8543dfb092a683b4f742b67e91ba6316089409bb /sound | |
parent | 6a831768e3e11b4bdcd3a0cce475c84295037bd4 (diff) |
ab5500: move to separate header
Change-Id: I11dd2a23323229096b6e0ee2d4dc68cab8919bff
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/ab5500.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/ab8500_audio.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/ab5500.c b/sound/soc/codecs/ab5500.c index 3034ac02250..a474f6f7a26 100644 --- a/sound/soc/codecs/ab5500.c +++ b/sound/soc/codecs/ab5500.c @@ -26,6 +26,7 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> #include <linux/mfd/abx500.h> +#include <linux/mfd/abx500/ab5500.h> #include <linux/bitmap.h> #include <linux/bitops.h> #include <asm/atomic.h> diff --git a/sound/soc/codecs/ab8500_audio.c b/sound/soc/codecs/ab8500_audio.c index 7a87890507c..f52311f9ada 100644 --- a/sound/soc/codecs/ab8500_audio.c +++ b/sound/soc/codecs/ab8500_audio.c @@ -32,6 +32,7 @@ #include <sound/tlv.h> #include <linux/mfd/ab8500.h> #include <linux/mfd/abx500.h> +#include <linux/mfd/abx500/ab5500.h> #include <linux/mfd/ab8500/sysctrl.h> #include "ab8500_audio.h" |