]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: tps65910: Remove unused data
authorKim, Milo <Milo.Kim@ti.com>
Thu, 29 Nov 2012 08:48:26 +0000 (08:48 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 30 Nov 2012 11:20:35 +0000 (12:20 +0100)
commit0e5fca8106199f5c680bb93e75c16381c4c256ce
tree8ee70150297305cf0743ccb4c604aae32a1d4fae
parent12a5105e04143569b3e9e5ef03cf9cad8862473a
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>
drivers/mfd/tps65910.c
include/linux/mfd/tps65910.h