diff options
Diffstat (limited to 'drivers/serial/pmac_zilog.h')
-rw-r--r-- | drivers/serial/pmac_zilog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/pmac_zilog.h b/drivers/serial/pmac_zilog.h index c03f9bfacdd8..570b0d925e83 100644 --- a/drivers/serial/pmac_zilog.h +++ b/drivers/serial/pmac_zilog.h | |||
@@ -60,7 +60,7 @@ struct uart_pmac_port { | |||
60 | volatile struct dbdma_regs __iomem *tx_dma_regs; | 60 | volatile struct dbdma_regs __iomem *tx_dma_regs; |
61 | volatile struct dbdma_regs __iomem *rx_dma_regs; | 61 | volatile struct dbdma_regs __iomem *rx_dma_regs; |
62 | 62 | ||
63 | struct termios termios_cache; | 63 | struct ktermios termios_cache; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | #define to_pmz(p) ((struct uart_pmac_port *)(p)) | 66 | #define to_pmz(p) ((struct uart_pmac_port *)(p)) |