Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"

The appropriate include/asm-$ARCH directory should already by symlinked
to include/asm so using the whole "asm-$ARCH" path is unnecessary.

This change should also allow us to move the include/asm-$ARCH
directories into their appropriate lib/$ARCH/ directories.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
master
Peter Tyser 14 years ago committed by Wolfgang Denk
parent 0de71d5071
commit 61f2b38a17
  1. 2
      board/amcc/bamboo/init.S
  2. 2
      board/amcc/canyonlands/init.S
  3. 2
      board/amcc/ebony/init.S
  4. 2
      board/amcc/katmai/init.S
  5. 2
      board/amcc/luan/init.S
  6. 2
      board/amcc/ocotea/init.S
  7. 2
      board/amcc/redwood/init.S
  8. 2
      board/amcc/redwood/redwood.c
  9. 2
      board/amcc/sequoia/init.S
  10. 2
      board/amcc/yucca/init.S
  11. 2
      board/bf537-stamp/cmd_bf537led.c
  12. 2
      board/esd/du440/init.S
  13. 2
      board/esd/pmc440/init.S
  14. 2
      board/galaxy5200/galaxy5200.c
  15. 2
      board/gdsys/intip/init.S
  16. 2
      board/korat/init.S
  17. 2
      board/lwmon5/init.S
  18. 6
      board/m501sk/m501sk.h
  19. 2
      board/netstal/hcu4/hcu4.c
  20. 2
      board/netstal/mcu25/mcu25.c
  21. 2
      board/phytec/pcm030/pcm030.c
  22. 2
      board/pleb2/pleb2.c
  23. 2
      board/prodrive/alpr/fpga.c
  24. 2
      board/sandburst/common/ppc440gx_i2c.c
  25. 2
      board/tqc/tqm834x/tqm834x.c
  26. 2
      board/xilinx/ppc440-generic/init.S
  27. 2
      cpu/ppc4xx/4xx_pcie.c
  28. 2
      drivers/i2c/ppc4xx_i2c.c
  29. 2
      include/asm-arm/arch-arm720t/hardware.h
  30. 2
      include/asm-arm/arch-lpc2292/hardware.h
  31. 2
      nand_spl/board/freescale/mpc8569mds/nand_boot.c
  32. 2
      nand_spl/board/freescale/p1_p2_rdb/nand_boot.c
  33. 4
      nand_spl/nand_boot_fsl_nfc.c

@ -25,7 +25,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -23,7 +23,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -22,7 +22,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -25,7 +25,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -25,7 +25,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -22,7 +22,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -23,7 +23,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -29,7 +29,7 @@
#include <ppc4xx.h>
#include <asm/processor.h>
#include <i2c.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
int compare_to_true(char *str);
char *remove_l_w_space(char *in_str);

@ -22,7 +22,7 @@
*/
#include <ppc_asm.tmpl>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
#include <config.h>
/*

@ -25,7 +25,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -25,7 +25,7 @@
#include <config.h>
#include <command.h>
#include <asm/blackfin.h>
#include <asm-blackfin/string.h>
#include <asm/string.h>
#ifdef CONFIG_BF537_STAMP_LEDCMD
/* Define the command usage in a reusable way */

@ -22,7 +22,7 @@
*/
#include <ppc_asm.tmpl>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
#include <config.h>
/*

@ -20,7 +20,7 @@
*/
#include <ppc_asm.tmpl>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
#include <config.h>
/*

@ -33,7 +33,7 @@
#include <common.h>
#include <mpc5xxx.h>
#include <pci.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#ifndef CONFIG_SYS_RAMBOOT
static void sdram_start(int hi_addr)

@ -27,7 +27,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -20,7 +20,7 @@
*/
#include <ppc_asm.tmpl>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
#include <config.h>
/**************************************************************************

@ -25,7 +25,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
/**************************************************************************
* TLB TABLE

@ -1,5 +1,5 @@
/*
* linux/include/asm-arm/arch-at91/hardware.h
* linux/include/asm/arch-at91/hardware.h
*
* Copyright (C) 2003 SAN People
*
@ -21,9 +21,9 @@
#define __M501SK_H
#ifndef __ASSEMBLY__
#include <asm-arm/arch-at91rm9200/AT91RM9200.h>
#include <asm/arch-at91rm9200/AT91RM9200.h>
#else
#include <asm-arm/arch-at91rm9200/AT91RM9200_inc.h>
#include <asm/arch-at91rm9200/AT91RM9200_inc.h>
#endif
#define AT91C_PIO_PA22 ((unsigned int) 1 << 22) /* Pin Controlled by PA22 */

@ -22,7 +22,7 @@
#include <ppc4xx.h>
#include <asm/processor.h>
#include <asm/io.h>
#include <asm-ppc/u-boot.h>
#include <asm/u-boot.h>
#include "../common/nm.h"
DECLARE_GLOBAL_DATA_PTR;

@ -22,7 +22,7 @@
#include <ppc4xx.h>
#include <asm/processor.h>
#include <asm/io.h>
#include <asm-ppc/u-boot.h>
#include <asm/u-boot.h>
#include "../common/nm.h"
DECLARE_GLOBAL_DATA_PTR;

@ -30,7 +30,7 @@
#include <common.h>
#include <mpc5xxx.h>
#include <pci.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#include "mt46v32m16-75.h"

@ -26,7 +26,7 @@
*/
#include <common.h>
#include <asm-arm/mach-types.h>
#include <asm/mach-types.h>
DECLARE_GLOBAL_DATA_PTR;

@ -30,7 +30,7 @@
#include <altera.h>
#include <ACEX1K.h>
#include <command.h>
#include <asm-ppc/processor.h>
#include <asm/processor.h>
#include <ppc440.h>
#include "fpga.h"

@ -31,7 +31,7 @@
#include <i2c.h>
#include <command.h>
#include "ppc440gx_i2c.h"
#include <asm-ppc/io.h>
#include <asm/io.h>
#ifdef CONFIG_I2C_BUS1

@ -28,7 +28,7 @@
#include <asm/mpc8349_pci.h>
#include <i2c.h>
#include <miiphy.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
#include <pci.h>
DECLARE_GLOBAL_DATA_PTR;

@ -19,7 +19,7 @@
#include <ppc_asm.tmpl>
#include <config.h>
#include <asm-ppc/mmu.h>
#include <asm/mmu.h>
.section .bootpg,"ax"
.globl tlbtab

@ -29,7 +29,7 @@
#include <pci.h>
#include <ppc4xx.h>
#include <asm/processor.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#include <asm/errno.h>
#if (defined(CONFIG_440SPE) || defined(CONFIG_405EX) || \

@ -30,7 +30,7 @@
#include <ppc4xx.h>
#include <4xx_i2c.h>
#include <i2c.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#ifdef CONFIG_HARD_I2C

@ -25,7 +25,7 @@
*/
#if defined(CONFIG_NETARM)
#include <asm-arm/arch-arm720t/netarm_registers.h>
#include <asm/arch-arm720t/netarm_registers.h>
#elif defined(CONFIG_IMPA7)
/* include IMPA7 specific hardware file if there was one */
#elif defined(CONFIG_EP7312)

@ -25,7 +25,7 @@
*/
#if defined(CONFIG_LPC2292)
#include <asm-arm/arch-lpc2292/lpc2292_registers.h>
#include <asm/arch-lpc2292/lpc2292_registers.h>
#else
#error No hardware file defined for this configuration
#endif

@ -20,7 +20,7 @@
*/
#include <common.h>
#include <mpc85xx.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#include <ns16550.h>
#include <nand.h>
#include <asm/mmu.h>

@ -20,7 +20,7 @@
*/
#include <common.h>
#include <mpc85xx.h>
#include <asm-ppc/io.h>
#include <asm/io.h>
#include <ns16550.h>
#include <nand.h>
#include <asm/mmu.h>

@ -27,9 +27,9 @@
#include <common.h>
#include <nand.h>
#ifdef CONFIG_MX31
#include <asm-arm/arch/mx31-regs.h>
#include <asm/arch/mx31-regs.h>
#else
#include <asm-arm/arch/imx-regs.h>
#include <asm/arch/imx-regs.h>
#endif
#include <asm/io.h>
#include <fsl_nfc.h>

Loading…
Cancel
Save