from include/asm-powerpc. This is the result of a
mkdir arch/powerpc/include/asm
git mv include/asm-powerpc/* arch/powerpc/include/asm
Followed by a few documentation/comment fixups and a couple of places
where <asm-powepc/...> was being used explicitly. Of the latter only
one was outside the arch code and it is a driver only built for powerpc.
Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
---
v2 don't change other arch files - the fixups are only in comments anyway.
This patch can be applied with "git am" - the full patch is way to bug
for our mailing lists.
This has been built for all the powerpc defconfigs including
all{no,mod,yes}config. There was only one failure, but that is
expected anyway (I had to apply patches for the iommu and hfcmulti
breakages).