On Fri, 2015-11-27 at 11:20 +0800, Yangbo Lu wrote: > Move mpc85xx.h to include/linux and rename it to fsl-svr.h as > a common header file. It has been used for mpc85xx and it will > be used for ARM-based SoC as well. > > Signed-off-by: Yangbo Lu <yangbo.lu@xxxxxxxxxxxxx> > --- > Changes for v2: > - None > Changes for v3: > - Added this patch > --- > arch/powerpc/include/asm/mpc85xx.h | 95 ----------------------------- > -- > drivers/clk/clk-qoriq.c | 2 +- > drivers/i2c/busses/i2c-mpc.c | 2 +- > drivers/iommu/fsl_pamu.c | 2 +- > drivers/net/ethernet/freescale/gianfar.c | 2 +- > include/linux/fsl-svr.h | 97 > ++++++++++++++++++++++++++++++++ > 6 files changed, 101 insertions(+), 99 deletions(-) > delete mode 100644 arch/powerpc/include/asm/mpc85xx.h > create mode 100644 include/linux/fsl-svr.h Pass -M -C to git format-patch so it detects moves and copies, and shows what changed during the move/copy. Could you make it include/linux/fsl/svr.h instead? -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html