diff -r 23f868c54bc5 -r 254b9435d75e omap3530/omap3530_drivers/uart/uart.cpp --- a/omap3530/omap3530_drivers/uart/uart.cpp Fri Jul 30 11:17:10 2010 +0100 +++ b/omap3530/omap3530_drivers/uart/uart.cpp Mon Aug 23 02:29:41 2010 +0100 @@ -18,12 +18,13 @@ #include #include - +#ifdef _DEBUG LOCAL_C void ClientPanic( TInt aLine ) { _LIT( KString, "uart.cpp" ); Kern::PanicCurrentThread( KString, aLine ); } +#endif namespace Omap3530Uart