X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fserial.h;h=3e8589b43cb2b27657e54154c36a2c1814ef0b72;hb=b211104d111c99dbb97c636b57bd9db711455684;hp=b273d630b32ffea833e3fec9fbf76243d2666d86;hpb=f1b8c63ef404367c60dc9b4f68dec33cae3c707b;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/serial.h b/include/asm-powerpc/serial.h index b273d630b32..3e8589b43cb 100644 --- a/include/asm-powerpc/serial.h +++ b/include/asm-powerpc/serial.h @@ -15,4 +15,10 @@ /* Default baud base if not found in device-tree */ #define BASE_BAUD ( 1843200 / 16 ) +#ifdef CONFIG_PPC_UDBG_16550 +extern void find_legacy_serial_ports(void); +#else +#define find_legacy_serial_ports() do { } while (0) +#endif + #endif /* _PPC64_SERIAL_H */