Re: [v15, 3/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl

From: Arnd Bergmann
Date: Fri Oct 28 2016 - 06:53:51 EST


On Friday, October 28, 2016 2:50:14 PM CEST Yangbo Lu wrote:
> 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.
>
>

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.

Arnd