]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: Change eqos_ops function to static
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 1 Aug 2019 09:29:02 +0000 (11:29 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 4 Sep 2019 16:37:19 +0000 (11:37 -0500)
commit2c4699451d33eff1e532e960ae256205ccdec51c
tree9932c8a2a2ae64fead193dbcf8392a7184b55a13
parent7d61a7df9200cfb5e26ceccdf9688b1f304ab76a
net: dwc_eth_qos: Change eqos_ops function to static

This patch solves many warnings when compiling with W=1:
warning: no previous prototype for '....' [-Wmissing-prototypes]

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/dwc_eth_qos.c