diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2013-08-12 22:49:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-14 20:09:38 +0100 |
commit | 4d8cfa4642f7d8fafa4d60f05dd34fe8c3b9fa45 (patch) | |
tree | 02d5e304f4aa1c9fac12a03935ca83df058a9e94 /sound/soc/pxa | |
parent | 6446221c14ef3bf58754cf1948631128dbe62700 (diff) |
ASoC: mioa701_wm9713: Remove definition of ARRAY_AND_SIZE()
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/mioa701_wm9713.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/pxa/mioa701_wm9713.c b/sound/soc/pxa/mioa701_wm9713.c index 20fdce61060..bbea7780eac 100644 --- a/sound/soc/pxa/mioa701_wm9713.c +++ b/sound/soc/pxa/mioa701_wm9713.c @@ -56,8 +56,6 @@ #include "pxa2xx-ac97.h" #include "../codecs/wm9713.h" -#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) - #define AC97_GPIO_PULL 0x58 /* Use GPIO8 for rear speaker amplifier */ |