From: Arnd Bergmann Date: Sat, 1 Jun 2013 09:18:13 +0000 (+0200) Subject: serial: omap: repair building without PM_SLEEP X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb5a2fa219897e5d4ccd8831e8d0f3d6e6f0f23;p=pandora-kernel.git serial: omap: repair building without PM_SLEEP A recent bug fix in 3.10, ddd85e225c "serial: omap: prevent runtime PM for "no_console_suspend"", introduced a regression from an obvious typo: drivers/tty/serial/omap-serial.c:1677:14: error: 'serial_omap_complete' undeclared here (not in a function) This changes the incorrectly added macro to the one that we need instead. Signed-off-by: Arnd Bergmann Acked-by: Kevin Hilman Signed-off-by: Bin Liu Acked-by: Sourav Poddar Tested-by: Sourav Poddar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed