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

nfc: microread: 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
ffb239e2 e3f30ab2

-2
-1
drivers/nfc/microread/mei.c
··· 10 10 #include <linux/module.h> 11 11 #include <linux/mod_devicetable.h> 12 12 #include <linux/nfc.h> 13 - #include <net/nfc/hci.h> 14 13 #include <net/nfc/llc.h> 15 14 16 15 #include "../mei_phy.h"
-1
drivers/nfc/microread/microread.c
··· 15 15 #include <linux/nfc.h> 16 16 #include <net/nfc/nfc.h> 17 17 #include <net/nfc/hci.h> 18 - #include <net/nfc/llc.h> 19 18 20 19 #include "microread.h" 21 20