aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/samsung.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 14:07:04 +0100
committerBen Dooks <ben-linux@fluff.org>2008-10-21 14:12:24 +0100
commit254adc8328f949a75356ec5485f8c7ab7183942b (patch)
tree988f486969a1f9944f8fe768fe7974e1a2491303 /drivers/serial/samsung.h
parent5f24063eebcd7e92064d647e5dc211ed958138f8 (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/samsung.h b/drivers/serial/samsung.h
index be263423205..571d6b90d20 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;