diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-01-19 09:12:48 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-01-19 09:12:48 +0900 |
commit | b097d552bc9ee0351bb0c3d1219856e845df59f9 (patch) | |
tree | 3b2b8391ec989d9a8b561ce8234dde3b1d481880 /include/net.h | |
parent | e598dfc22c8789991d165714bec53b2390fc999d (diff) | |
parent | a7709d926dbc7cb1541034fcf2b21ce3e838cb12 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h index 1c8ab12454b..3f6a5d1497f 100644 --- a/include/net.h +++ b/include/net.h @@ -508,9 +508,6 @@ extern void VLAN_to_string (ushort x, char *s); /* Convert a string to a vlan id */ extern ushort string_to_VLAN(char *s); -/* read an IP address from a environment variable */ -extern IPaddr_t getenv_IPaddr (char *); - /* read a VLAN id from an environment variable */ extern ushort getenv_VLAN(char *); |