From: Marc Kleine-Budde Date: Mon, 6 Jan 2014 02:10:39 +0000 (+0800) Subject: usb: chipidea: mark register map as "const" and convert to u8 X-Git-Tag: v3.14-rc1~148^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987e7bc3484fdc8c8018e1368608f6a81053b86f;p=pandora-kernel.git usb: chipidea: mark register map as "const" and convert to u8 This patch makes the controller register map ci_regs_nolpm and ci_regs_lpm as "const". Further, as all offset fit into a single byte, the type is changed from uintptr_t to u8. Signed-off-by: Marc Kleine-Budde Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed