diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-12 14:58:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-12 14:58:12 -0400 |
commit | 8a1292ce3e21205645a155b23ac083a3fc6b64c1 (patch) | |
tree | 48fcd8954ca5d99a1b0e834d24031fbc353bf762 /include/net.h | |
parent | d16b38f42704fe3cc94fbee1601be96045013151 (diff) | |
parent | f1d925d9c39628d346b3809408695cd5c8b8faa2 (diff) |
Merge branch '2020-06-12-next-net' into next
- Merge tbs2910 distro boot support and associated clean-ups and size
reduction.
- Assorted networking corrections / bugfixes.
- Drop smc911x standalone API example as it was likely non-functional for a
long time.
- Enhanced support for TI PHYs
- rtl8139 DM conversion
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 00a8ec0c78a..1bf9867f8cf 100644 --- a/include/net.h +++ b/include/net.h @@ -897,9 +897,6 @@ int is_serverip_in_cmd(void); */ int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len); -/* get a random source port */ -unsigned int random_port(void); - /** * update_tftp - Update firmware over TFTP (via DFU) * |