diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:45:09 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:45:09 +0200 |
commit | 6e0e2253f039344f8ebd2787285fdba90e6714e8 (patch) | |
tree | 28fbdfb5099661f10de2b63c1767ceb9da207202 /drivers/net/xilinx_emac.c | |
parent | 5b4de9309d7a03aa1db2e5391ab696363391f460 (diff) | |
download | u-boot-imx-6e0e2253f039344f8ebd2787285fdba90e6714e8.zip u-boot-imx-6e0e2253f039344f8ebd2787285fdba90e6714e8.tar.gz u-boot-imx-6e0e2253f039344f8ebd2787285fdba90e6714e8.tar.bz2 |
[FIX] Remove unused include file
Diffstat (limited to 'drivers/net/xilinx_emac.c')
-rw-r--r-- | drivers/net/xilinx_emac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/xilinx_emac.c b/drivers/net/xilinx_emac.c index 23567cc..36e627a 100644 --- a/drivers/net/xilinx_emac.c +++ b/drivers/net/xilinx_emac.c @@ -29,7 +29,6 @@ #include <common.h> #include <net.h> #include <asm/io.h> -#include <asm/asm.h> #include "xilinx_emac.h" #ifdef XILINX_EMAC |