From: Marc Kleine-Budde Date: Mon, 6 Jan 2014 02:10:38 +0000 (+0800) Subject: usb: chipidea: move malloced regmap directly into struct hw_bank X-Git-Tag: v3.14-rc1~148^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21395a1aac7ce1e19dbb43542a9e06cca2bfca01;p=pandora-kernel.git usb: chipidea: move malloced regmap directly into struct hw_bank Without this patch a seperate chunk of memory is allocated for the regmap array. As the regmap is always used it makes no sense to allocate a seperate memory block for it, this patch moves the regmap array directly into the struct hw_bank. Signed-off-by: Marc Kleine-Budde Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed