commit | 0e5fca8106199f5c680bb93e75c16381c4c256ce | [log] [tgz] |
---|---|---|
author | Kim, Milo <Milo.Kim@ti.com> | Thu Nov 29 08:48:26 2012 +0000 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Nov 30 12:20:35 2012 +0100 |
tree | 8ee70150297305cf0743ccb4c604aae32a1d4fae | |
parent | 12a5105e04143569b3e9e5ef03cf9cad8862473a [diff] |
mfd: tps65910: Remove unused data The 'io_mutex' is not used anywhere. The regmap API supports the mutex internally, so no additional mutex is required. And 'domain' private data is unnecessary because the irq domain is already registered by using regmap_add_irq_chip(). Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>