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

nfc: mrvl: remove unused header includes

Do not include unnecessary headers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Krzysztof Kozlowski and committed by
David S. Miller
d8eb4eb0 ffb239e2

-6
-3
drivers/nfc/nfcmrvl/i2c.c
··· 8 8 #include <linux/module.h> 9 9 #include <linux/interrupt.h> 10 10 #include <linux/i2c.h> 11 - #include <linux/pm_runtime.h> 12 11 #include <linux/nfc.h> 13 - #include <linux/gpio.h> 14 12 #include <linux/delay.h> 15 13 #include <linux/of_irq.h> 16 - #include <linux/of_gpio.h> 17 14 #include <net/nfc/nci.h> 18 15 #include <net/nfc/nci_core.h> 19 16 #include "nfcmrvl.h"
-3
drivers/nfc/nfcmrvl/spi.c
··· 7 7 8 8 #include <linux/module.h> 9 9 #include <linux/interrupt.h> 10 - #include <linux/pm_runtime.h> 11 10 #include <linux/nfc.h> 12 - #include <linux/gpio.h> 13 11 #include <linux/of_irq.h> 14 - #include <linux/of_gpio.h> 15 12 #include <net/nfc/nci.h> 16 13 #include <net/nfc/nci_core.h> 17 14 #include <linux/spi/spi.h>