diff options
Diffstat (limited to 'drivers/platform/x86/mlx-platform.c')
-rw-r--r-- | drivers/platform/x86/mlx-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c index d89936c93ba0..c2c3a1a19879 100644 --- a/drivers/platform/x86/mlx-platform.c +++ b/drivers/platform/x86/mlx-platform.c | |||
@@ -575,7 +575,7 @@ static struct mlxreg_core_item mlxplat_mlxcpld_msn201x_items[] = { | |||
575 | 575 | ||
576 | static | 576 | static |
577 | struct mlxreg_core_hotplug_platform_data mlxplat_mlxcpld_msn201x_data = { | 577 | struct mlxreg_core_hotplug_platform_data mlxplat_mlxcpld_msn201x_data = { |
578 | .items = mlxplat_mlxcpld_msn21xx_items, | 578 | .items = mlxplat_mlxcpld_msn201x_items, |
579 | .counter = ARRAY_SIZE(mlxplat_mlxcpld_msn201x_items), | 579 | .counter = ARRAY_SIZE(mlxplat_mlxcpld_msn201x_items), |
580 | .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET, | 580 | .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET, |
581 | .mask = MLXPLAT_CPLD_AGGR_MASK_DEF, | 581 | .mask = MLXPLAT_CPLD_AGGR_MASK_DEF, |