diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:07:04 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 23:02:39 +0000 |
commit | b73c289cc90138e9f78d487434df0f8eeb2daf9b (patch) | |
tree | 2e243f97d88d686aab6762f54f39c499f4a9e98a /drivers/serial/samsung.h | |
parent | b690ace50be7d10d77cb7a6d5ef1bd9de649852f (diff) |
[ARM] S3C: Update serial driver IRQ handling
The S3C64XX code changes the order of the serial
interrupts, so change the registration process to
pickup the extra IRQ resources.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/serial/samsung.h')
-rw-r--r-- | drivers/serial/samsung.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/samsung.h b/drivers/serial/samsung.h index be263423205d..571d6b90d206 100644 --- a/drivers/serial/samsung.h +++ b/drivers/serial/samsung.h @@ -36,6 +36,9 @@ struct s3c24xx_uart_port { unsigned int pm_level; unsigned long baudclk_rate; + unsigned int rx_irq; + unsigned int tx_irq; + struct s3c24xx_uart_info *info; struct s3c24xx_uart_clksrc *clksrc; struct clk *clk; |