Re: [PATCH] of/irq: add empty irq_of_parse_and_map() for non-dt builds
From: Thomas Abraham <hidden>
Date: 2012-03-24 16:07:17
From: Thomas Abraham <hidden>
Date: 2012-03-24 16:07:17
On 24 March 2012 18:42, Rob Herring [off-list ref] wrote:
On 03/24/2012 04:27 AM, Thomas Abraham wrote:quoted
Add a empty irq_of_parse_and_map() that returns 0 for non-dt builds and avoid having #ifdef CONFIG_OF around all calls to irq_of_parse_and_map(). Suggested-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> Signed-off-by: Thomas Abraham <redacted> ---Acked-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> Go ahead and merge with the rest of your series. Rob
Thanks Rob. It would be good if this patch goes via Grant's devicetree/next. The other patch series that I have posted would go via Samsung maintainer's dt-branch into which this patch can be merged from Grant's devicetree/next. Regards, Thomas. [...]