summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2003-03-09 15:06:19 +0000
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-09 15:06:19 +0000
commitb831d0fc5f0bd77041cb2a0daf9d7afbaf3873a3 (patch)
treef19d9b99e6b9261c76f3d6a4b691e916ececa9a0 /include/linux/serial_core.h
parentd9a6bc6ef013bb6bad03b760fb00219b72a5f8a7 (diff)
[SERIAL] Remove remaining notifier-based PM support.
Diffstat (limited to 'include/linux/serial_core.h')
-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