soc/mediatek: Remove unused variables

The PMIC wrapper driver adds a couple of variables that are never used.
Remove them to avoid build warnings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Thierry Reding 2015-04-08 10:50:16 +02:00 committed by Matthias Brugger
parent 1f022d84bd
commit 7a4261d5d3

View file

@ -563,8 +563,6 @@ static int pwrap_init_sidly(struct pmic_wrapper *wrp)
static int pwrap_init_reg_clock(struct pmic_wrapper *wrp)
{
u32 wdata;
u32 rdata;
unsigned long rate_spi;
int ck_mhz;