]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Remove unused vol field from WM8994 access mask table
authorJoe Perches <joe@perches.com>
Wed, 13 Oct 2010 15:19:51 +0000 (08:19 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 15 Oct 2010 10:54:25 +0000 (11:54 +0100)
commitf2eaa08b1eb94df971be7e1af08ee0cf35af674a
tree1c8093ac0b895942c7565a63f40cd4959ee563c8
parentf8dcfbb77b018a2bb430e5062e7c6544b2d0171d
ASoC: Remove unused vol field from WM8994 access mask table

Remove unused vol from struct access_mask

Reduces object size ~3kb.

$ size sound/soc/codecs/wm8994.o*
   text    data     bss     dec     hex filename
  40727    4384    4480   49591    c1b7 sound/soc/codecs/wm8994.o.new
  43879    4384    4480   52743    ce07 sound/soc/codecs/wm8994.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8994.c