diff options
Diffstat (limited to 'arch/arm/mach-ux500/cache-l2x0.c')
| -rw-r--r-- | arch/arm/mach-ux500/cache-l2x0.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/cache-l2x0.c b/arch/arm/mach-ux500/cache-l2x0.c index 77a75ed0df6..df91344aa2d 100644 --- a/arch/arm/mach-ux500/cache-l2x0.c +++ b/arch/arm/mach-ux500/cache-l2x0.c @@ -36,9 +36,7 @@ static int __init ux500_l2x0_unlock(void)  static int __init ux500_l2x0_init(void)  { -	if (cpu_is_u5500()) -		l2x0_base = __io_address(U5500_L2CC_BASE); -	else if (cpu_is_u8500()) +	if (cpu_is_u8500())  		l2x0_base = __io_address(U8500_L2CC_BASE);  	else  		ux500_unknown_soc();  |