diff options
author | 2013-06-14 10:16:06 +0100 | |
---|---|---|
committer | 2013-06-14 10:16:06 +0100 | |
commit | 384b8345589cbbb18a99ce1b112da90c58c802e8 (patch) | |
tree | 51fee39fa19adad6b24fb90123e7a0ca3159c9c5 /arch/mips/kernel/rtlx.c | |
parent | ASoC: wm8962: Restore device state after reset in runtime resume (diff) | |
parent | ASoC: wm8962: Remove remaining direct register cache accesses (diff) | |
download | wireguard-linux-384b8345589cbbb18a99ce1b112da90c58c802e8.tar.xz wireguard-linux-384b8345589cbbb18a99ce1b112da90c58c802e8.zip |
Merge branch 'fix/wm8962' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-wm8962
Conflicts:
sound/soc/codecs/wm8962.c
Diffstat (limited to 'arch/mips/kernel/rtlx.c')
-rw-r--r-- | arch/mips/kernel/rtlx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c index 93c070b41b0d..6fa198db8999 100644 --- a/arch/mips/kernel/rtlx.c +++ b/arch/mips/kernel/rtlx.c @@ -40,6 +40,7 @@ #include <asm/processor.h> #include <asm/vpe.h> #include <asm/rtlx.h> +#include <asm/setup.h> static struct rtlx_info *rtlx; static int major; |