diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-12-22 04:56:10 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-22 04:56:10 +0100 |
commit | 7ccbefe07ea0a3570e44d1ec13a307552ee4dadd (patch) | |
tree | ba0299694a9f3940f289b6a29cadab853906e3d2 /sound/soc/codecs/wm8776.c | |
parent | fbdev: Modify vsync timing calculation in wm8505fb (diff) | |
parent | Linux 2.6.37-rc7 (diff) | |
download | linux-7ccbefe07ea0a3570e44d1ec13a307552ee4dadd.tar.xz linux-7ccbefe07ea0a3570e44d1ec13a307552ee4dadd.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'sound/soc/codecs/wm8776.c')
-rw-r--r-- | sound/soc/codecs/wm8776.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index 04182c464e35..0132a27140ae 100644 --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c @@ -34,7 +34,6 @@ /* codec private data */ struct wm8776_priv { enum snd_soc_control_type control_type; - u16 reg_cache[WM8776_CACHEREGNUM]; int sysclk[2]; }; |