]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: bfin: Adjust serial_register_bfin_uart()
authorMarek Vasut <marex@denx.de>
Wed, 12 Sep 2012 18:07:54 +0000 (20:07 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:50 +0000 (11:53 -0700)
commit5ae1de0d491f7558487f90870d3506c783fee755
treeb2f52b3968c4900c059b5eb2ed2dc2b78663aa51
parentc513d7e5301c080a782f66d27bf6652655456336
serial: bfin: Adjust serial_register_bfin_uart()

Rename the serial_register_bfin_uart() to bfin_initialize_serial()
to be consistent with the rest of the naming. Next, remove it's
prototype from serial.h and properly insert it into serial.c as
the rest of the serial initialization functions.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/serial.c
common/serial.c
include/serial.h