Message ID | 1349339236-3622-2-git-send-email-peter.ujfalusi@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote: > From: Tony Lindgren <tony@atomide.com> > > McPDM needs platt/cpu.h for omap_rev and not omap_hwmod.h. > Drivers must not include omap_hwmod.h at, it will be > private to mach-omap2 soon. Fix the problem before other > drivers will also start including omap_hwmod.h. This doesn't apply, don't know what it was generated against... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote: > From: Tony Lindgren <tony@atomide.com> > > McPDM needs platt/cpu.h for omap_rev and not omap_hwmod.h. > Drivers must not include omap_hwmod.h at, it will be > private to mach-omap2 soon. Fix the problem before other > drivers will also start including omap_hwmod.h. Sorry, it does apply - git am got the two patches the wrong way round. Applied both now, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote:
> Signed-off-by: Tony Lindgren <tony@atomide.com>
Peter, you should sign off any patches you forward on. I applied this
anyway since it's so trivial and I'd seen the original posting.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index 7755650..fdf655e 100644 --- a/sound/soc/omap/omap-mcpdm.c +++ b/sound/soc/omap/omap-mcpdm.c @@ -40,7 +40,7 @@ #include <sound/pcm_params.h> #include <sound/soc.h> -#include <plat/omap_hwmod.h> +#include <plat/cpu.h> #include "omap-mcpdm.h" #include "omap-pcm.h"