From: Kim, Milo Date: Thu, 29 Nov 2012 08:48:26 +0000 (+0000) Subject: mfd: tps65910: Remove unused data X-Git-Tag: v3.8-rc1~85^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5fca8106199f5c680bb93e75c16381c4c256ce;p=pandora-kernel.git 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 Acked-by: Laxman Dewangan Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed