u-boot-brain/drivers/net/phy
Ben Warren d7fb9bcfb2 Fix compile warnings for const correctness
Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls
to take a (const char *) parameter instead of (char *), but in some cases
the modified functions call other functions taking (char *).  The end result
is warnings about discarding the const qualifier.

This patch fixes these other function signatures.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2010-08-09 11:52:30 -07:00
..
Makefile Marvell MV88E61XX Switch Driver support 2009-06-15 00:13:54 -07:00
miiphybb.c Fix compile warnings for const correctness 2010-08-09 11:52:30 -07:00
mv88e61xx.c net: phy: mv88e61xx.c : fixed build warning 2009-10-04 22:30:46 -07:00
mv88e61xx.h net: phy: bugfixes: mv88E61xx multichip addressing support 2009-07-22 22:53:45 -07:00