]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: serial: convert to bfin_{read,write} helpers
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Jun 2011 20:47:31 +0000 (16:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:46 +0000 (02:17 -0400)
commitb1e574d95b6a2d8674dc45b6ff3425cffc115c14
tree68ae1061a58ead57275345b9b8eb31a4e35ebd4d
parent4150cec3353b7a6d7a3ea71b2d3c62deafff353d
Blackfin: serial: convert to bfin_{read,write} helpers

Since the serial struct declares the sizes for us, no need to hardcode
them in the accessor functions.  Let the bfin_{read,write} helpers do
it for us.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/initcode.c
arch/blackfin/cpu/serial.c
arch/blackfin/cpu/serial.h