summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-23 21:49:28 +0200
committerWolfgang Denk <wd@denx.de>2010-10-23 21:49:28 +0200
commitb4039a54153994e7c9a9f1c42a2a70a9153b6587 (patch)
tree8540fd9761fa24eb10ab65fdfa2cf42b4fbfb521 /common/usb_storage.c
parent678150f155f0cc69ce7868f53d91e3ab2859510b (diff)
parent09c83a45b797aefbb41115af1b348494740460ce (diff)
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'common/usb_storage.c')
-rw-r--r--common/usb_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 613c4f0f1f..1e6cd6af27 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -70,7 +70,7 @@
/* direction table -- this indicates the direction of the data
* transfer for each command code -- a 1 indicates input
*/
-unsigned char us_direction[256/8] = {
+static const unsigned char us_direction[256/8] = {
0x28, 0x81, 0x14, 0x14, 0x20, 0x01, 0x90, 0x77,
0x0C, 0x20, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01,