summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/pmmc.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-05-11 05:27:05 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-05-11 05:27:05 +0200
commitfb9a4ac610cef38374c2e1e62ba97cc3885d3bf6 (patch)
tree6a3accb5a9878d27db66a02620d6354a0aeb45f2 /sys/src/9/pc/pmmc.c
parent646062da1c4248e5410f29bec14cd1efea5beb45 (diff)
emmc/pmmc: make all symbols static
Diffstat (limited to 'sys/src/9/pc/pmmc.c')
-rw-r--r--sys/src/9/pc/pmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/pmmc.c b/sys/src/9/pc/pmmc.c
index 5e7b1aa79..4452041c5 100644
--- a/sys/src/9/pc/pmmc.c
+++ b/sys/src/9/pc/pmmc.c
@@ -142,7 +142,7 @@ enum {
Host2card = Mwr << 8,
};
-int cmdinfo[64] = {
+static int cmdinfo[64] = {
[0] Ixchken,
[2] Resp136,
[3] Resp48 | Ixchken | Crcchken,