From 21395a1aac7ce1e19dbb43542a9e06cca2bfca01 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 6 Jan 2014 10:10:38 +0800 Subject: [PATCH] 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-format-patch failed