public inbox for linuxppc-dev@ozlabs.org 
 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$(echo .)com \
    --cc=Mark-MC.Lee@mediatek$(echo .)com \
    --cc=andrew@lunn$(echo .)ch \
    --cc=claudiu.beznea@microchip$(echo .)com \
    --cc=dougmill@linux$(echo .)ibm.com \
    --cc=elder@kernel$(echo .)org \
    --cc=horatiu.vultur@microchip$(echo .)com \
    --cc=iyappan@os$(echo .)amperecomputing.com \
    --cc=jbrunet@baylibre$(echo .)com \
    --cc=joabreu@synopsys$(echo .)com \
    --cc=jonathanh@nvidia$(echo .)com \
    --cc=kernel@pengutronix$(echo .)de \
    --cc=kevinbrace@bracecomputerlab$(echo .)com \
    --cc=khilman@baylibre$(echo .)com \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-omap@vger$(echo .)kernel.org \
    --cc=linux-wpan@vger$(echo .)kernel.org \
    --cc=madalin.bucur@nxp$(echo .)com \
    --cc=miquel.raynal@bootlin$(echo .)com \
    --cc=nobuhiro1.iwamatsu@toshiba$(echo .)co.jp \
    --cc=radhey.shyam.pandey@amd$(echo .)com \
    --cc=robh@kernel$(echo .)org \
    --cc=s.hauer@pengutronix$(echo .)de \
    --cc=samuel@sholland$(echo .)org \
    --cc=sean.anderson@seco$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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