From: Grant Likely Date: Sun, 15 Sep 2013 15:55:53 +0000 (+0100) Subject: of/irq: simplify args to irq_create_of_mapping X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~4^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d30ab1e7d1281784672c0fc2ffa385cfb7279e;p=pandora-kernel.git of/irq: simplify args to irq_create_of_mapping All the callers of irq_create_of_mapping() pass the contents of a struct of_phandle_args structure to the function. Since all the callers already have an of_phandle_args pointer, why not pass it directly to irq_create_of_mapping()? Signed-off-by: Grant Likely Acked-by: Michal Simek Acked-by: Tony Lindgren Cc: Thomas Gleixner Cc: Russell King Cc: Ralf Baechle Cc: Benjamin Herrenschmidt --- Reading git-diff-tree failed