diff options
author | Rob Herring <r.herring@freescale.com> | 2010-01-22 15:01:53 -0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-24 12:16:00 +0200 |
commit | a68365507942861ae2ce9e4dc4e225977a96f15f (patch) | |
tree | 1b689cfaa6bdb98074b0f4717b7fe498a312b41b /sound/soc/imx/imx-3stack-wm8350.c | |
parent | 6ae58a9778c7a99ae0f496ca10deafe87b0dae0b (diff) |
ENGR00120394-1 imx: remove unneeded spba related code
The spba defaults to all masters enabled and this is fine as
all chips only have ARM and SDMA as masters.
Signed-off-by: Rob Herring <r.herring@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'sound/soc/imx/imx-3stack-wm8350.c')
-rw-r--r-- | sound/soc/imx/imx-3stack-wm8350.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/imx/imx-3stack-wm8350.c b/sound/soc/imx/imx-3stack-wm8350.c index fb1c0191f4ab..14138a65ecc1 100644 --- a/sound/soc/imx/imx-3stack-wm8350.c +++ b/sound/soc/imx/imx-3stack-wm8350.c @@ -2,7 +2,7 @@ * imx-3stack-wm8350.c -- i.MX 3Stack Driver for Wolfson WM8350 Codec * * Copyright 2007 Wolfson Microelectronics PLC. - * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2007-2010 Freescale Semiconductor, Inc. * * Author: Liam Girdwood * liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com @@ -39,7 +39,6 @@ #include <sound/initval.h> #include <mach/dma.h> -#include <mach/spba.h> #include <mach/clock.h> #include "../codecs/wm8350.h" |