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)
commit50d86e55a4e1dd208109877d4cad21ef504736b9
tree9932c8a2a2ae64fead193dbcf8392a7184b55a13
parent9bbff5478e7b9e66b25da59da85e88924b79eb2e
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