From: Stephen Warren Date: Mon, 29 Apr 2013 19:49:08 +0000 (+0000) Subject: staging: dwc2: add const to handling of dwc2_core_params X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~733 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90dbceafe8d812bde318c29ac844e57fb71c9418;p=pandora-kernel.git staging: dwc2: add const to handling of dwc2_core_params Now the functions use proper const annotations, the global variable with default params can be marked const, which prevents these values from being changed for a specific device (in theory there could be multiple controllers with different settings, for example). Signed-off-by: Stephen Warren [matthijs@stdin.nl: Split patch from bigger patch, marked dwc2_module_params in pci.c as const and added commit message] Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed