USB: host: mark const variable tables as "const"
authorMing Lei <tom.leiming@gmail.com>
Sun, 8 Jun 2008 08:13:03 +0000 (16:13 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:29 +0000 (15:16 -0700)
commitfe9b9034aa6f69dd7bf3bdca4288763ac2cd534a
tree6c59f5e558854c16077d128a5cbc731381073ceb
parentf579c2b46f74038e8f5a762c7f10c2385b33e3dc
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 <tom.leiming@gmail.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/r8a66597-hcd.c