linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <simon.horman@corigine.com>
To: Rob Herring <robh@kernel.org>
Cc: Kevin Brace <kevinbrace@bracecomputerlab.com>,
	A ndrew Lunn <andrew@lunn.ch>,
	Iyappan Subramanian <iyappan@os.amperecomputing.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Horatiu Vultur <horatiu.vultur@microchip.com>,
	Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Samuel Holland <samuel@sholland.org>,
	Sean Anderson <sean.anderson@seco.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Madalin Bucur <madalin.bucur@nxp.com>,
	Jose Abreu <joabreu@synopsys.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Mark Lee <Mark-MC.Lee@mediatek.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-omap@vger.kernel.org, Alex Elder <elder@kernel.org>,
	Douglas Miller <dougmill@linux.ibm.com>,
	linux-kernel@vger.kernel.org,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	linux-wpan@vger.kernel.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Alexandre Belloni <alexandre.bello ni@bootlin.com>,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Chris Snook <chris.snook@gmail.com>,
	Eric Dumazet <edumazet@google.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	Stefan Schmidt <stefan@datenfreihafen.org>,
	Yisen Zhuang <yisen.zhuang@huawei.com>,
	Steve Glendinning <steve.glendinning@shawell.net>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org, Sean Wang <sean.wang@mediatek.com>,
	Claudiu Manoil <claudiu.manoil@nxp.com>,
	linux-amlogic@lists.infradead.org,
	Michal Simek <michal.simek@amd.com>,
	linux-arm-kernel@lists.infradead.org,
	Mirko Lindner <mlindner@marvell.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	UNGLinuxDriver@microchip.com, linux-renesas-soc@vger.kernel.org,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	linux-mediatek@lists.infradead.org,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Taras Chorny i <taras.chornyi@plvision.eu>,
	Emil Renner Berthing <kernel@esmil.dk>,
	Andreas  Larsson <andreas@gaisler.com>,
	linux-tegra@vger.kernel.org,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	Fabio Estevam <festevam@gmail.com>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Chen-Yu Tsai <wens@csie.org>, Shenwei Wang <shenwei.wang@nxp.com>,
	Samin Guo <samin.guo@starfivetech.com>,
	Francois Romieu <romieu@fr.zoreil.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Lorenzo Bianconi <lorenzo@kernel.org>,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Bhupesh Sharma <bhupesh.sharma@linaro.org>,
	John Crispin <john@phrozen.org>,
	Salil Mehta <salil.mehta@huawei.com>,
	Sergey Shtylyov <s.shtylyov@omp.ru>,
	Timur Tabi <timur@kernel.org>,
	linux-sunxi@lists.linux.dev, linux-oxnas@groups.io,
	Shawn Guo <shawnguo@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Alexander Aring <alex.aring@gmail.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Russell King <linux@armlinux.org.uk>,
	Clark Wang <xiaoning.wang@nxp.com>, Alex Elder <elder@linaro.org>,
	Ja kub Kicinski <kuba@kernel.org>,
	Richard Cochran <richardcochran@gmail.com>,
	Keyur Chudgar <keyur@os.amperecomputing.com>,
	Wei Fang <wei.fang@nxp.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Marcin Wojtas <mw@semihalf.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	netdev@vger.kernel.org,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Li Yang <leoyang.li@nxp.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Vinod Koul <vkoul@kernel.org>,
	linuxppc-dev@lists.ozlabs.org, Felix Fietkau <nbd@nbd.name>
Subject: Re: [PATCH net-next v3] net: Explicitly include correct DT includes
Date: Thu, 27 Jul 2023 14:33:52 +0200	[thread overview]
Message-ID: <ZMJkMMLOcs3uyX8x@corigine.com> (raw)
In-Reply-To: <20230727014944.3972546-1-robh@kernel.org>

On Wed, Jul 26, 2023 at 07:49:39PM -0600, Rob Herring wrote:
> The DT of_device.h and of_platform.h date back to the separate
> of_platform_bus_type before it as merged into the regular platform bus.
> As part of that merge prepping Arm DT support 13 years ago, they
> "temporarily" include each other. They also include platform_device.h
> and of.h. As a result, there's a pretty much random mix of those include
> files used throughout the tree. In order to detangle these headers and
> replace the implicit includes with struct declarations, users need to
> explicitly include the correct includes.
> 
> Acked-by: Alex Elder <elder@linaro.org>
> Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> Reviewed-by: Wei Fang <wei.fang@nxp.com>
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Simon Horman <simon.horman@corigine.com>


  reply	other threads:[~2023-07-27 22:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27  1:49 [PATCH net-next v3] net: Explicitly include correct DT includes Rob Herring
2023-07-27 12:33 ` Simon Horman [this message]
2023-07-28  3:40 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZMJkMMLOcs3uyX8x@corigine.com \
    --to=simon.horman@corigine.com \
    --cc=Mark-MC.Lee@mediatek.com \
    --cc=andrew@lunn.ch \
    --cc=claudiu.beznea@microchip.com \
    --cc=dougmill@linux.ibm.com \
    --cc=elder@kernel.org \
    --cc=horatiu.vultur@microchip.com \
    --cc=iyappan@os.amperecomputing.com \
    --cc=jbrunet@baylibre.com \
    --cc=joabreu@synopsys.com \
    --cc=jonathanh@nvidia.com \
    --cc=kernel@pengutronix.de \
    --cc=kevinbrace@bracecomputerlab.com \
    --cc=khilman@baylibre.com \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=madalin.bucur@nxp.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=radhey.shyam.pandey@amd.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=samuel@sholland.org \
    --cc=sean.anderson@seco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).