memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'
authorYueHaibing <yuehaibing@huawei.com>
Tue, 29 Oct 2019 16:57:57 +0000 (09:57 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 29 Oct 2019 16:57:57 +0000 (09:57 -0700)
commitfaee19ece8263738c147cb0140e0fbc7b5397ca8
tree6c5d5d2fbbb3b6b5760aa4f65d514d11766f1721
parentc6b69bf143734a797b45e4728dc5ad80586d206c
memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'

drivers/memory/emif.c:1616:9: warning:
 variable cs1_used set but not used [-Wunused-but-set-variable]
drivers/memory/emif.c:1624:36: warning:
 variable custom_configs set but not used [-Wunused-but-set-variable]

They are never used since introduction.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/memory/emif.c