lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 3 Feb 2019 21:08:44 +0100 From: Heiner Kallweit <hkallweit1@...il.com> To: Andrew Lunn <andrew@...n.ch> Cc: Florian Fainelli <f.fainelli@...il.com>, David Miller <davem@...emloft.net>, "netdev@...r.kernel.org" <netdev@...r.kernel.org> Subject: Re: [PATCH 2/4 net-next] net: phy: aquantia: remove unneeded includes On 03.02.2019 20:54, Andrew Lunn wrote: > On Sun, Feb 03, 2019 at 08:33:54PM +0100, Heiner Kallweit wrote: >> Remove unneeded header includes. >> >> Signed-off-by: Heiner Kallweit <hkallweit1@...il.com> > > >> --- >> drivers/net/phy/aquantia.c | 4 ---- >> 1 file changed, 4 deletions(-) >> >> diff --git a/drivers/net/phy/aquantia.c b/drivers/net/phy/aquantia.c >> index 880ec4bba..8a51589a3 100644 >> --- a/drivers/net/phy/aquantia.c >> +++ b/drivers/net/phy/aquantia.c >> @@ -7,13 +7,9 @@ >> * Copyright 2015 Freescale Semiconductor, Inc. >> */ >> >> -#include <linux/kernel.h> > > We probably need this one. e.g. __maybe_unused comes from > linux/compiler.h which you traditionally get via linux/kernel.h. > Strange, for whatever reason I thought that kernel.h is automatically included for each kernel source file. > Andrew > Heiner
Powered by blists - more mailing lists