From: Luiz Fernando N. Capitulino Date: Sun, 27 Aug 2006 02:48:11 +0000 (-0300) Subject: USB core: Use const where possible. X-Git-Tag: v2.6.19-rc1~899^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095bc335360a51623dd8571839bbf465851a7f4b;p=pandora-kernel.git USB core: Use const where possible. This patch marks some USB core's functions parameters as const. This improves the design (we're saying to the caller that its parameter is not going to be modified) and may help in compiler's optimisation work. Signed-off-by: Luiz Fernando N. Capitulino Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed