-----Original Message-----
From: Arnd Bergmann [mailto:arnd@arndb.de]
Sent: Friday, October 28, 2016 6:53 PM
To: linuxppc-dev@lists.ozlabs.org
Cc: Y.B. Lu; linux-mmc@vger.kernel.org; ulf.hansson@linaro.org; Scott
Wood; Mark Rutland; Greg Kroah-Hartman; X.B. Xie; M.H. Lian; linux-
i2c@vger.kernel.org; linux-clk@vger.kernel.org; Qiang Zhao; Russell King;
Bhupesh Sharma; Joerg Roedel; Claudiu Manoil; devicetree@vger.kernel.org;
Rob Herring; Santosh Shilimkar; linux-arm-kernel@lists.infradead.org;
netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Leo Li;
iommu@lists.linux-foundation.org; Kumar Gala
Subject: Re: [v15, 3/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl
=20
On Friday, October 28, 2016 2:50:14 PM CEST Yangbo Lu wrote:
quoted
Move mpc85xx.h to include/linux/fsl and rename it to svr.h as a common
header file. This SVR numberspace is used on some ARM chips as well
as PPC, and even to check for a PPC SVR multi-arch drivers would
otherwise need to ifdef the header inclusion and all references to the
SVR symbols.
quoted
=20
I don't see any of the contents of this header referenced by the soc
driver any more. I think you can just drop this patch.
=20
[Lu Yangbo-B47093] This header file was included by guts.c.
The guts driver used macro SVR_MAJ/SVR_MIN for calculation.
This header file was for powerpc arch before. And this patch is to made it =
as common header file for both ARM and PPC.
Sooner or later this is needed.
Arnd