commit | c6a0df2d1dee30d241ce9831178f5de17dd4a61e | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Jul 20 20:09:56 2021 +0200 |
committer | Ramon Fried <rfried.dev@gmail.com> | Thu Jul 22 22:05:44 2021 +0300 |
tree | 96163740b1ac8cdf78ac49420847edd38bc5ecb8 | |
parent | 9dbdc234a78f88bfa5d1d09046babf960c512298 [diff] |
net: dwc: add a common empty ops eqos_null_ops Add a common empty ops: eqos_null_ops() to remove the duplicated empty functions and reduce the driver size for stm32 and imx config. This patch also aligns the prototype of ops 'eqos_stop_clks' with other eqos ops by adding return value. Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>