[POWERPC] Fix mpc52xx serial driver to work for arch/ppc again
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 2 Jan 2007 22:45:37 +0000 (15:45 -0700)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 Jan 2007 06:03:02 +0000 (17:03 +1100)
commitc98750c2eb07b0bf49db0630cb5017ede005ce14
treea7d8e2bde9950a7d94e45a616ab5f2939c62ea8e
parent9b3a6f4ab98809c93ac57fa5e11dff0575046efc
[POWERPC] Fix mpc52xx serial driver to work for arch/ppc again

The mpc52xx_uart_of_enumerate() function was added when adding 52xx
support to arch/powerpc, but it must not be called for arch/ppc.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/serial/mpc52xx_uart.c