From: Ming Lei Date: Sun, 8 Jun 2008 08:13:03 +0000 (+0800) Subject: USB: host: mark const variable tables as "const" X-Git-Tag: v2.6.27-rc1~946^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9b9034aa6f69dd7bf3bdca4288763ac2cd534a;p=pandora-kernel.git USB: host: mark const variable tables as "const" Mark the tables as const so that they end up in .rodata section and don't cacheline share with things that get written to. Signed-off-by: Ming Lei Cc: Yoshihiro Shimoda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed