]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/miiphy/serial: drop duplicate "NAMESIZE" define
authorMike Frysinger <vapier@gentoo.org>
Thu, 10 Nov 2011 14:11:04 +0000 (14:11 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Mar 2012 19:11:22 +0000 (20:11 +0100)
commitf6add132f6d7f45eb7d4b3839513c38bfb28eb08
tree02da84cb248aaab568c2283a2bbecd9ee91a098b
parent2b224609568988a7d8db22d372b232a69155733f
net/miiphy/serial: drop duplicate "NAMESIZE" define

A few subsystems are using the same define "NAMESIZE".  This has been
working so far because they define it to the same number.  However, I
want to change the size of eth_device's NAMESIZE, so rather than tweak
the define names, simply drop references to it.  Almost no one does,
and the handful that do can easily be changed to a sizeof().

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12 files changed:
board/Marvell/db64360/mv_eth.c
board/Marvell/db64460/mv_eth.c
board/esd/cpci750/mv_eth.c
board/evb64260/eth.c
board/prodrive/p3mx/mv_eth.c
drivers/net/armada100_fec.c
drivers/net/mvgbe.c
drivers/qe/uec_phy.c
include/miiphy.h
include/net.h
include/serial.h
net/eth.c