diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 15:07:04 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-16 00:02:39 +0100 |
commit | b73c289cc90138e9f78d487434df0f8eeb2daf9b (patch) | |
tree | 2e243f97d88d686aab6762f54f39c499f4a9e98a /drivers/serial/samsung.h | |
parent | [ARM] S3C6400: serial support for S3C6400 and S3C6410 SoCs (diff) | |
download | linux-b73c289cc90138e9f78d487434df0f8eeb2daf9b.tar.xz linux-b73c289cc90138e9f78d487434df0f8eeb2daf9b.zip |
[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; |