Re: ASoC: Fix wrong include for McPDM

2012-10-04 Thread Peter Ujfalusi
Hi Tony, On 10/03/2012 07:52 PM, Tony Lindgren wrote: 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. Note that also

[PATCH 1/2] ASoC: Fix wrong include for McPDM

2012-10-04 Thread Peter Ujfalusi
From: Tony Lindgren t...@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. Note that also plat/cpu.h will be going

[PATCH v2 1/2] ASoC: Fix wrong include for McPDM

2012-10-04 Thread Peter Ujfalusi
From: Tony Lindgren t...@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. Note that also plat/cpu.h will be going

Re: [PATCH v2 1/2] ASoC: Fix wrong include for McPDM

2012-10-04 Thread Mark Brown
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote: From: Tony Lindgren t...@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

Re: [PATCH v2 1/2] ASoC: Fix wrong include for McPDM

2012-10-04 Thread Mark Brown
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote: From: Tony Lindgren t...@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

Re: [PATCH v2 1/2] ASoC: Fix wrong include for McPDM

2012-10-04 Thread Mark Brown
On Thu, Oct 04, 2012 at 11:27:15AM +0300, Peter Ujfalusi wrote: Signed-off-by: Tony Lindgren t...@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

ASoC: Fix wrong include for McPDM

2012-10-03 Thread Tony Lindgren
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. Note that also plat/cpu.h will be going away, so the omap_rev check needs to be