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: microread: Drop unused include

This driver includes the legacy header <linux/gpio.h> but does
not use any symbols from it. Drop the inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260320215230.3236005-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Andy Shevchenko and committed by
Jakub Kicinski
0e103816 4e9b1994

-1
-1
drivers/nfc/microread/i2c.c
··· 12 12 #include <linux/delay.h> 13 13 #include <linux/slab.h> 14 14 #include <linux/interrupt.h> 15 - #include <linux/gpio.h> 16 15 17 16 #include <linux/nfc.h> 18 17 #include <net/nfc/hci.h>