commit | 1bc6ce74c42c66320deb4128d6396d88311d9d5e | [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 | d9dc80c3e2f5142452f0e7cc6e06f652be1afaef [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>