diff options
author | Hugo Villeneuve <hugo.villeneuve@lyrtech.com> | 2008-06-18 12:10:31 -0400 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-07-06 23:44:34 -0700 |
commit | fec61431a003f5778bafa2624073a571af8bec9f (patch) | |
tree | 87eda1887d36a4c026c3c3760a6d2847e956092d /include/ns7520_eth.h | |
parent | 9751ee0990f467941da0b095a4e995f863672d7a (diff) | |
download | u-boot-imx-fec61431a003f5778bafa2624073a571af8bec9f.zip u-boot-imx-fec61431a003f5778bafa2624073a571af8bec9f.tar.gz u-boot-imx-fec61431a003f5778bafa2624073a571af8bec9f.tar.bz2 |
Remove duplicate definitions in include/lxt971a.h.
Remove duplicate definitions in include/lxt971a.h.
Remove duplicate registers and bits definitions in
include/lxt971a.h for standard MII registers, and
use values in include/miiphy.h instead.
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/ns7520_eth.h')
-rw-r--r-- | include/ns7520_eth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ns7520_eth.h b/include/ns7520_eth.h index 123e6f4..b509697 100644 --- a/include/ns7520_eth.h +++ b/include/ns7520_eth.h @@ -24,6 +24,7 @@ #ifdef CONFIG_DRIVER_NS7520_ETHERNET +#include <miiphy.h> #include "lxt971a.h" /* The port addresses */ |