From: Wolfram Sang Date: Mon, 10 Feb 2025 11:37:11 +0000 (+0100) Subject: net: wwan: t7xx: don't include '' directly X-Git-Tag: v6.15-rc1~160^2~345 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d3f687e2432e4f40e0e21b65c965bcbb98d3951;p=thirdparty%2Fkernel%2Flinux.git net: wwan: t7xx: don't include '' directly The header clearly states that it does not want to be included directly, only via ''. Which is already present, so delete the superfluous include. Signed-off-by: Wolfram Sang Acked-by: Sergey Ryazanov Link: https://patch.msgid.link/20250210113710.52071-2-wsa+renesas@sang-engineering.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c index 02f2ec7cf4cee..8bf63f2dcbbfd 100644 --- a/drivers/net/wwan/t7xx/t7xx_pci.c +++ b/drivers/net/wwan/t7xx/t7xx_pci.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include "t7xx_mhccif.h"