linux-stable/drivers/nfc
Samuel Ortiz 262e7198bc NFC: nxp-nci: Fix build warning
When GPIO is not enabled we hit this kind of warning:

   drivers/nfc/nxp-nci/i2c.c: In function 'nxp_nci_i2c_acpi_config':
   drivers/nfc/nxp-nci/i2c.c:320:2: error: implicit declaration of function 'devm_gpiod_get_index' [-Werror=implicit-function-declaration]
     gpiod_en = devm_gpiod_get_index(&client->dev, NULL, 2);

This is fixed by explicitely including gpio/consumer.h.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-06-08 23:15:31 +02:00
..
microread NFC: logging neatening 2015-04-07 12:05:12 +02:00
nfcmrvl NFC: logging neatening 2015-04-07 12:05:12 +02:00
nxp-nci NFC: nxp-nci: Fix build warning 2015-06-08 23:15:31 +02:00
pn544 NFC: logging neatening 2015-04-07 12:05:12 +02:00
st21nfca nfc: st21nfca: Add additional comments about EVT_TRANSACTION 2015-04-06 00:21:10 +02:00
st21nfcb NFC: logging neatening 2015-04-07 12:05:12 +02:00
Kconfig NFC: nxp-nci: Add support for NXP NCI chips 2015-03-26 11:07:50 +01:00
Makefile NFC: nxp-nci: Add support for NXP NCI chips 2015-03-26 11:07:50 +01:00
mei_phy.c
mei_phy.h
nfcsim.c
nfcwilink.c
pn533.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
port100.c NFC: logging neatening 2015-04-07 12:05:12 +02:00
trf7970a.c