diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2003-03-09 15:06:19 +0000 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-09 15:06:19 +0000 |
| commit | b831d0fc5f0bd77041cb2a0daf9d7afbaf3873a3 (patch) | |
| tree | f19d9b99e6b9261c76f3d6a4b691e916ececa9a0 /include | |
| parent | d9a6bc6ef013bb6bad03b760fb00219b72a5f8a7 (diff) | |
[SERIAL] Remove remaining notifier-based PM support.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serial_core.h | 4 |
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 |
