diff options
author | Michal Simek <monstr@monstr.eu> | 2009-06-30 23:47:30 +1000 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-07-09 14:07:11 +0200 |
commit | bc0d3296f1780b50e6b9630aee5eb368f2afb6cb (patch) | |
tree | 56b2643563d890d168212611a7b9b78fbcd8325a /board/Marvell/db64460 | |
parent | 59869ca72df8bc4e4ffa9dd17cb6673bbe010272 (diff) | |
download | u-boot-imx-bc0d3296f1780b50e6b9630aee5eb368f2afb6cb.zip u-boot-imx-bc0d3296f1780b50e6b9630aee5eb368f2afb6cb.tar.gz u-boot-imx-bc0d3296f1780b50e6b9630aee5eb368f2afb6cb.tar.bz2 |
asm-generic: Consolidate errno.h to asm-generic/errno.h
This patch use blackfin errno.h implementation which
correspond Linux kernel one.
MIPS implemetation is different that's why I keep it.
I removed ppc_error_no.h from Marvell boards which
was the same too.
I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'board/Marvell/db64460')
-rw-r--r-- | board/Marvell/db64460/mv_eth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Marvell/db64460/mv_eth.h b/board/Marvell/db64460/mv_eth.h index b4e498b..cbe751a 100644 --- a/board/Marvell/db64460/mv_eth.h +++ b/board/Marvell/db64460/mv_eth.h @@ -37,7 +37,7 @@ #include <common.h> #include <net.h> #include "mv_regs.h" -#include "../common/ppc_error_no.h" +#include <asm/errno.h> /************************************************************************* |