Home
last modified time | relevance | path

Searched hist:d7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dmiiphybb.cd7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> 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>
/rk3399_rockchip-uboot/drivers/net/
H A Deepro100.cd7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> 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>
H A Dat91_emac.cd7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> 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>
/rk3399_rockchip-uboot/include/
H A Dnet.hd7fb9bcfb29a1cbdbda7006658e76c2d9da0f66f Thu Jul 29 19:56:11 UTC 2010 Ben Warren <biggerbadderben@gmail.com> 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>