aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/samsung.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 09:07:04 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 18:02:39 -0500
commitb73c289cc90138e9f78d487434df0f8eeb2daf9b (patch)
tree2e243f97d88d686aab6762f54f39c499f4a9e98a /drivers/serial/samsung.h
parentb690ace50be7d10d77cb7a6d5ef1bd9de649852f (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 be263423205d..571d6b90d206 100644
--- a/drivers/serial/samsung.h
+++ b/drivers/serial/samsung.h
@@ -36,6 +36,9 @@ struct s3c24xx_uart_port {
36 unsigned int pm_level; 36 unsigned int pm_level;
37 unsigned long baudclk_rate; 37 unsigned long baudclk_rate;
38 38
39 unsigned int rx_irq;
40 unsigned int tx_irq;
41
39 struct s3c24xx_uart_info *info; 42 struct s3c24xx_uart_info *info;
40 struct s3c24xx_uart_clksrc *clksrc; 43 struct s3c24xx_uart_clksrc *clksrc;
41 struct clk *clk; 44 struct clk *clk;