commit | 4a9e5ca1a54a3cb4a5f85359f646638cec567607 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Jul 15 15:33:51 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Mon Aug 03 18:35:09 2015 +0530 |
tree | 9f6048b6e0411c574ad9a6365bab0fe703c0ebf3 | |
parent | 42ad8f6721720513f3569a67b157fcff068aa92d [diff] |
phy: Constify struct phy_ops variables The phy_ops variables are never modified after initialized in these drivers, so make them const. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>