From: Anatolij Gustschin Date: Sat, 8 Jan 2011 15:51:16 +0000 (+0100) Subject: powerpc/mpc8xxx_gpio: simplify searching for 'fsl, qoriq-gpio' compatiable X-Git-Tag: v2.6.39-rc1~430^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dcfbbb9f57a1f380e824caddc2c77b48a3a96b;p=pandora-kernel.git powerpc/mpc8xxx_gpio: simplify searching for 'fsl, qoriq-gpio' compatiable Commit da3ed89e7ce272ebcc918487e2a28736ca0dd6bb added 'fsl,qoriq-gpio' compatiable searching in the old way using for_each_compatible_node(). But the driver have previously been changed to use a struct of_device_id compatible list passed to for_each_matching_node(). Add 'fsl,qoriq-gpio' compatiable to the existing compatible list instead of adding another for_each_compatible_node() loop. Signed-off-by: Anatolij Gustschin Signed-off-by: Kumar Gala --- Reading git-diff-tree failed