[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141017.161918.1724734268959521898.davem@davemloft.net>
Date: Fri, 17 Oct 2014 16:19:18 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: f.fainelli@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] net: dsa: remove phy.h and phy_fixed.h inclusions
From: Florian Fainelli <f.fainelli@...il.com>
Date: Thu, 16 Oct 2014 17:55:55 -0700
> There is no need to include phy.h nor phy_fixed.h when we can use
> forward declarations instead to keep the include chain smaller.
>
> Doing this unveiled that we were implicitely getting the definitions for
> struct ethtool_eee and struct ethtool_wolinfo, and that net/dsa/slave.c
> was missing an include of phy_fixed.h.
>
> Fixes: ec9436baedb6 ("net: dsa: allow drivers to do link adjustment")
> Fixes: ce31b31c68e7 ("net: dsa: allow updating fixed PHY link information")
> Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
Please, don't do this.
Get the definitions from the header file that provides them.
The only situation where forward declarations done by hand like this
make sense is when there is absolutely no way to avoid looping header
includes.
For example in A.h you want to provide a function that takes a pointer
to foo, but foo is defined B.h which includes A.h first.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists