]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Removed redundant inclusion of xparameters.h
authorJagan <jaganna@xilinx.com>
Mon, 18 Jun 2012 15:30:45 +0000 (21:00 +0530)
committerJohn Linn <john.linn@xilinx.com>
Tue, 26 Jun 2012 01:51:37 +0000 (18:51 -0700)
Some files in source are still include xparameters.h, but it's
already included on board headers. so removed redundant inclusion.

Signed-off-by: Jagan <jaganna@xilinx.com>
arch/arm/cpu/armv7/zynq/timer.c
board/xilinx/zynq_common/lowlevel_init.S
drivers/mmc/zynq_mmc.c
drivers/net/zynq_gem.h
drivers/spi/zynq_qspi_wrap.c

index e9cceda7a9675ef01cb6ff202c65d4966875220d..160baf8136d4954a281460ccf8b5dc0496496abc 100644 (file)
@@ -40,7 +40,6 @@
 
 #include <common.h>
 #include <asm/proc/ptrace.h>
-#include <asm/arch/xparameters.h>
 #include <div64.h>
 
 #include "xscutimer_hw.h"
index f0b1b5a99330ca5cccf4dc3b93299455a4031bc5..3c176789c165343e7b7c680a6f6d39cf03983885 100755 (executable)
@@ -5,10 +5,8 @@
  * It needs lots of love and attention some day.
  */
 
-#include <asm/arch/xparameters.h>
 #include <config.h>
 
-
 .globl lowlevel_init
 lowlevel_init:
 
index fc04026927e84702fc571356e0544f17c86bc648..6f2866533c5c4ddc9bf5c738c1b810dad5f5532f 100755 (executable)
@@ -1,6 +1,5 @@
 #include <common.h>
 #include <asm/arch/mmc.h>
-#include <asm/arch/xparameters.h>
 #include <asm/errno.h>
 #include <malloc.h>
 #include <mmc.h>
index 912d2c1841cf7d6fc6ac03338afbf6d2116464fd..da0210836200c58a0600120fcd34783f92c87f99 100644 (file)
@@ -285,8 +285,6 @@ extern "C" {
 
 /***************************** Include Files ********************************/
 
-#include <asm/arch/xparameters.h>
-
 #include "xbasic_types.h"
 #include "xstatus.h"
 #include "zynq_gem_hw.h"
index 968bfa532a1ef391fe5ec52c20d32819a64fcbfd..b6452429319cf5917ec7b3b5cfe159b17fc34041 100644 (file)
@@ -10,8 +10,6 @@
 #include <malloc.h>
 #include <spi.h>
 
-#include <asm/arch/xparameters.h>
-
 #include "zynq_qspi.h"
 
 struct zynq_spi_slave {