commit | 6bb0fb2506fc8a693d541b8e7eadff630e8b207b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Apr 29 23:10:54 2011 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Jul 12 02:17:45 2011 -0400 |
tree | f5852dc6f978c82645125c4348a3a4e0ecc92b59 | |
parent | a0cce272706fa393938498fd4c8ce77ce593340b [diff] |
Blackfin: uart: move debug buffers into local bss There's no need for these saved buffers to be global symbols, or in the data section. So mark them static to move them into the bss. Signed-off-by: Mike Frysinger <vapier@gentoo.org>