summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 859550b04eaa..461c871ea991 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -212,10 +212,6 @@ struct uart_state {
struct uart_port *port;
struct semaphore sem;
-
-#ifdef CONFIG_PM
- struct pm_dev *pm;
-#endif
};
#define UART_XMIT_SIZE 1024