diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-03-20 10:47:14 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-20 10:59:54 +0100 |
commit | 167b5b93a4d53f29d4fda55f96116f525b2eb3d6 (patch) | |
tree | 47b4a3fc3d1c3c5c71483b099bf1651256d23b37 /sound/soc/omap | |
parent | 81054b226b76145628670a962674ab312690ab86 (diff) | |
download | linux-167b5b93a4d53f29d4fda55f96116f525b2eb3d6.tar.gz linux-167b5b93a4d53f29d4fda55f96116f525b2eb3d6.tar.bz2 linux-167b5b93a4d53f29d4fda55f96116f525b2eb3d6.zip |
ASoC: omap-mcpdm: Remove leftower define for IO address
The IO address is no longer hardwired into the driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/omap-mcpdm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index cd0e2ec90128..e1d3998cb0a5 100644 --- a/sound/soc/omap/omap-mcpdm.c +++ b/sound/soc/omap/omap-mcpdm.c @@ -43,8 +43,6 @@ #include "omap-mcpdm.h" #include "omap-pcm.h" -#define OMAP44XX_MCPDM_L3_BASE 0x49032000 - struct mcpdm_link_config { u32 link_mask; /* channel mask for the direction */ u32 threshold; /* FIFO threshold */ |