Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nfc: st21nfca: Remove unused of_gpio.h

of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Andy Shevchenko and committed by
Jakub Kicinski
33b5c84a 4a38cde6

-1
-1
drivers/nfc/st21nfca/i2c.c
··· 11 11 #include <linux/i2c.h> 12 12 #include <linux/gpio/consumer.h> 13 13 #include <linux/of_irq.h> 14 - #include <linux/of_gpio.h> 15 14 #include <linux/acpi.h> 16 15 #include <linux/interrupt.h> 17 16 #include <linux/delay.h>