From: Russell King (Oracle) Date: Wed, 18 Jan 2023 10:21:18 +0000 (+0000) Subject: net: sfp: remove unused ctype.h include X-Git-Tag: v6.6-pxa1908~1869^2~254^2 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f8f24a524114be2bcb4efbebcb37ab04c5b46c94;p=linux.git net: sfp: remove unused ctype.h include An include of linux/ctype.h was added in commit 1323061a018a ("net: phy: sfp: Add HWMON support for module sensors") but nothing was used from this header file. Remove this unnecessary include. Signed-off-by: Russell King (Oracle) Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c index 99cd2b538126..c02cad6478a8 100644 --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c @@ -1,5 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -#include #include #include #include