diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-02-03 13:11:47 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2012-03-12 13:34:19 +0000 |
commit | 219f43164e8c611c6b8e7b628def9183098b430b (patch) | |
tree | 3b0321511e5fd7fe645caa105c12292d2363e57c /sound/soc/omap/mcbsp.c | |
parent | 71e822e9dcd80923813705e5843eb39e065e8250 (diff) | |
download | blackbird-op-linux-219f43164e8c611c6b8e7b628def9183098b430b.tar.gz blackbird-op-linux-219f43164e8c611c6b8e7b628def9183098b430b.zip |
ASoC: OMAP: McBSP: Consolidate plat/mcbsp.h content
Move most of the content of the plat/mcbsp.h header file under
sound/soc/omap/ to help further cleanups.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/mcbsp.c')
-rw-r--r-- | sound/soc/omap/mcbsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/omap/mcbsp.c b/sound/soc/omap/mcbsp.c index 36d83b0c9f02..20d46bf3626b 100644 --- a/sound/soc/omap/mcbsp.c +++ b/sound/soc/omap/mcbsp.c @@ -28,6 +28,8 @@ #include <plat/mcbsp.h> #include <linux/pm_runtime.h> +#include "mcbsp.h" + struct omap_mcbsp **mcbsp_ptr; int omap_mcbsp_count; |