Commits
Shaohui Xie committed 7d0d355fee2
powerpc/common/vsc3316: remove const from vsc3316_config parameter define Since the parameters need to be modified according to different Serdes protocols at runtime, the const will block this. Also remove const from arrays define used by vsc3316_config. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Acked-by: York Sun <yorksun@freescale.com>