]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: uart: move debug buffers into local bss
authorMike Frysinger <vapier@gentoo.org>
Sat, 30 Apr 2011 03:10:54 +0000 (23:10 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:45 +0000 (02:17 -0400)
commit34a6d0b84a25a141123f589b0cfef2bf88afe220
treef5852dc6f978c82645125c4348a3a4e0ecc92b59
parent68d4230c3ccce96a72c5b99e48399bf1796fe3c6
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>
arch/blackfin/cpu/serial.c