From: Christophe Ricard Date: Wed, 12 Nov 2014 23:30:23 +0000 (+0100) Subject: NFC: st21nfca: Remove gpio_irq field in static and dts configuration X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~16^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40af86a40cdcabd48ab9636fe13d6763a7d74bc9;p=pandora-kernel.git NFC: st21nfca: Remove gpio_irq field in static and dts configuration - phy->gpio_irq is never done out of the request resources. - irq_of_parse_and_map is already done in the i2c core so client->irq is already set when entering in st21nfca_hci_i2c_of_request_resources - In case of static platform configuration client->irq can be set directly - It simplifies the code a bit. Signed-off-by: Christophe Ricard Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed