From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: sfr@canb.auug.org.au To: paulus@samba.org Subject: [PATCH 00/15] powerpc: move some header files Date: Wed, 05 Apr 2006 15:10:34 +1000 Message-Id: <11442138494042-git-send-email-sfr@canb.auug.org.au> Cc: linuxppc-dev@ozlabs.org Reply-To: sfr@canb.auug.org.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch set moves sufficient include files from include/asm-ppc to include/asm-powerpc to allow us to remove the include hack in the arch/powerpc/Makefile. b/arch/powerpc/Makefile | 21 ++------------ b/include/asm-powerpc/amigappc.h | 9 ++---- b/include/asm-powerpc/bootinfo.h | 8 ++--- b/include/asm-powerpc/highmem.h | 11 +++---- b/include/asm-powerpc/hydra.h | 8 ++--- b/include/asm-powerpc/mpc83xx.h | 7 ++-- b/include/asm-powerpc/mpc85xx.h | 9 ++---- b/include/asm-powerpc/mpc8xx.h | 10 +++--- b/include/asm-powerpc/ocp.h | 7 ++-- b/include/asm-powerpc/ocp_ids.h | 6 ++-- b/include/asm-powerpc/open_pic.h | 10 +++--- b/include/asm-powerpc/pnp.h | 8 ++--- b/include/asm-powerpc/reg_booke.h | 55 +++++++++++++++++++------------------- b/include/asm-powerpc/residual.h | 6 ++-- b/include/asm-powerpc/suspend.h | 17 +++++++++++ include/asm-ppc/suspend.h | 12 -------- 16 files changed, 95 insertions(+), 109 deletions(-) Cheers, Stephen Rothwell P.S. these are available in my private git tree if you want them.