summaryrefslogtreecommitdiff
path: root/drivers/net/fsl-mc/dpni.c
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-07-02 05:58:59 (GMT)
committerYork Sun <yorksun@freescale.com>2015-07-20 18:44:36 (GMT)
commit1f1c25c745d7916c460bb67b6a4159581573ba18 (patch)
tree65b751aa155d5025ab790f3ed6aeec34fa691931 /drivers/net/fsl-mc/dpni.c
parentc1000c12d3105898909e77d265d2eb4affb91f6c (diff)
downloadu-boot-1f1c25c745d7916c460bb67b6a4159581573ba18.tar.xz
drivers: fsl-mc: Update flibs to mc-0.6.0.1
Update flibs changes to mc-0.6.0.1 for dpmang, dprc, dpni and dpio objects Also rename qbman_portal_ce/ci_paddr to qbman_portal_ce/ci_offset in dpio_attr. These are now offsets from the SoC QBMan portals base. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/net/fsl-mc/dpni.c')
-rw-r--r--drivers/net/fsl-mc/dpni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fsl-mc/dpni.c b/drivers/net/fsl-mc/dpni.c
index b384401..7bc2504 100644
--- a/drivers/net/fsl-mc/dpni.c
+++ b/drivers/net/fsl-mc/dpni.c
@@ -313,7 +313,7 @@ int dpni_set_counter(struct fsl_mc_io *mc_io,
int dpni_set_link_cfg(struct fsl_mc_io *mc_io,
uint16_t token,
- struct dpni_link_cfg *cfg)
+ const struct dpni_link_cfg *cfg)
{
struct mc_command cmd = { 0 };