From 262e7198bc0e77614f5e9301e0804462741a29fc Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 28 May 2015 17:10:03 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed