diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-02-14 14:07:21 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-02-14 14:07:21 -0600 |
commit | 746c4b9490495dc4381dbcc49f40078d423e0a48 (patch) | |
tree | e726020abb9e37df1fca19d8895bf203b27612d1 /drivers/net/rtl8169.c | |
parent | 3f2ac8f928c76cbd2374437b2d079f8b4324aaba (diff) | |
parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
download | u-boot-imx-746c4b9490495dc4381dbcc49f40078d423e0a48.zip u-boot-imx-746c4b9490495dc4381dbcc49f40078d423e0a48.tar.gz u-boot-imx-746c4b9490495dc4381dbcc49f40078d423e0a48.tar.bz2 |
Merge commit 'wd/master'
Diffstat (limited to 'drivers/net/rtl8169.c')
-rw-r--r-- | drivers/net/rtl8169.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index 57ccbd9..d71323f 100644 --- a/drivers/net/rtl8169.c +++ b/drivers/net/rtl8169.c @@ -352,8 +352,6 @@ int mdio_read(int RegAddr) return value; } -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) - static int rtl8169_init_board(struct eth_device *dev) { int i; |