diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2014-01-06 10:10:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-07 16:21:06 -0800 |
commit | 21395a1aac7ce1e19dbb43542a9e06cca2bfca01 (patch) | |
tree | 23348c191684e158cd314e9aaea5eea8ac254452 /lib | |
parent | 2627cb08129d7fa152f97dd0732736fb2df516ee (diff) | |
download | linux-21395a1aac7ce1e19dbb43542a9e06cca2bfca01.tar.bz2 |
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 <mkl@pengutronix.de>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions