From: Peter Ujfalusi Date: Wed, 20 Mar 2013 09:47:14 +0000 (+0100) Subject: ASoC: omap-mcpdm: Remove leftower define for IO address X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=167b5b93a4d53f29d4fda55f96116f525b2eb3d6;p=linux-edison.git ASoC: omap-mcpdm: Remove leftower define for IO address The IO address is no longer hardwired into the driver. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index cd0e2ec9012..e1d3998cb0a 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 */