]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix build on some non-freescale platforms
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 25 Jan 2012 02:33:22 +0000 (13:33 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 25 Jan 2012 02:33:22 +0000 (13:33 +1100)
commitc7b1a4306a28d5f253428313afab21f0f5784498
tree07f72b0bb99343e195883f9a6741bee1be5e8b40
parent37047701804d612ce1b504607a3c68a6177b8e41
powerpc: Fix build on some non-freescale platforms

Commit 91541c9f7be1c167f664b555c907ee7acb112535 broke build
on platforms that use legacy_serial.c without also having
CONFIG_SERIAL_8250_FSL enabled due to an unconditional code
to a routine in that module.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/legacy_serial.c