ASoC: codecs: Remove unused reg_cache fields from device structs
[pandora-kernel.git] / sound / soc / codecs / wm8750.c
index 51280e9..38f38fd 100644 (file)
@@ -52,7 +52,6 @@ static const u16 wm8750_reg[] = {
 struct wm8750_priv {
        unsigned int sysclk;
        enum snd_soc_control_type control_type;
-       u16 reg_cache[ARRAY_SIZE(wm8750_reg)];
 };
 
 #define wm8750_reset(c)        snd_soc_write(c, WM8750_RESET, 0)