]> git.baikalelectronics.ru Git - kernel.git/commit
tty/early: make serial8250_early_{in,out} static again
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Thu, 9 Jul 2015 06:20:38 +0000 (11:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 00:43:30 +0000 (17:43 -0700)
commitc4251f80ea75903cfbd354650b61ee38a322dc75
tree64764f9ae73987b5f51705a246f3d6ac8af2d45d
parentbb4bf22795a7cc81aa838d7a421124eb5f897db1
tty/early: make serial8250_early_{in,out} static again

Commit 0767a528e319d ("tty/8250_early: Turn serial_in/serial_out into
weak symbols") made these routines weak to allow platform specific
Big endian override

However recent updates to core, specifically 9c06176f6c ("serial:
of_serial: Support big-endian register accesses") and 7f33eb5fc958
("serial: earlycon: Add support for big-endian MMIO accesses") means
that round about way to overide the early serial accessors is no longer
needed.

Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Peter Hurley <peter@hurleysoftware.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_early.c
include/linux/serial_8250.h