diff options
-rw-r--r-- | drivers/tty/serial/omap-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 393a8eb98d72..1aaeca8727d4 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
@@ -1326,7 +1326,7 @@ static int serial_omap_resume(struct device *dev) | |||
1326 | } | 1326 | } |
1327 | #else | 1327 | #else |
1328 | #define serial_omap_prepare NULL | 1328 | #define serial_omap_prepare NULL |
1329 | #define serial_omap_prepare NULL | 1329 | #define serial_omap_complete NULL |
1330 | #endif /* CONFIG_PM_SLEEP */ | 1330 | #endif /* CONFIG_PM_SLEEP */ |
1331 | 1331 | ||
1332 | static void omap_serial_fill_features_erratas(struct uart_omap_port *up) | 1332 | static void omap_serial_fill_features_erratas(struct uart_omap_port *up) |