From: Corentin Labbe Date: Thu, 15 Dec 2016 14:22:46 +0000 (+0100) Subject: nfc: st21nfca: Remove unneeded linux/miscdevice.h include X-Git-Tag: Ubuntu-5.13.0-19.19~13586^2~129^2~25 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=52fdede5c9b96de355ab5e45e35503b9da6b86f6;p=mirror_ubuntu-jammy-kernel.git nfc: st21nfca: Remove unneeded linux/miscdevice.h include drivers/nfc/st21nfca/i2c.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe Signed-off-by: Samuel Ortiz --- diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 5a82f553906c..d16f58ac09bc 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include