diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-05-24 16:57:46 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 00:16:07 +0200 |
commit | a7cc37a49876319b2f848290eefe3388dd82286b (patch) | |
tree | 507517cbf6e34ae0ae41feea8e4766f4c7a77d20 /drivers/mfd/max77693.c | |
parent | 8517690f31a5d36cf1a55099cfb0bc1d96d0e6f2 (diff) | |
download | linux-a7cc37a49876319b2f848290eefe3388dd82286b.tar.bz2 |
mfd: Remove unused max77693 iolock mutex
Now this driver is using regmap APIs, the iolock mutex is not used and can be
removed.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r-- | drivers/mfd/max77693.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index e9e4278722f3..4055bc2d36fb 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c @@ -138,8 +138,6 @@ static int max77693_i2c_probe(struct i2c_client *i2c, max77693->wakeup = pdata->wakeup; - mutex_init(&max77693->iolock); - if (max77693_read_reg(max77693->regmap, MAX77693_PMIC_REG_PMIC_ID2, ®_data) < 0) { dev_err(max77693->dev, "device not found on this channel\n"); |