diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-03 13:49:45 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-03 13:49:45 -0400 |
| commit | 026477c1141b67e98e3bd8bdedb7d4b88a3ecd09 (patch) | |
| tree | 2624a44924c625c367f3cebf937853b9da2de282 /drivers/serial/mpc52xx_uart.c | |
| parent | 9f2fa466383ce100b90fe52cb4489d7a26bf72a9 (diff) | |
| parent | 29454dde27d8e340bb1987bad9aa504af7081eba (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Diffstat (limited to 'drivers/serial/mpc52xx_uart.c')
| -rw-r--r-- | drivers/serial/mpc52xx_uart.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index 6459edc7f5c5..48eb22d3a63e 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/drivers/serial/mpc52xx_uart.c | |||
| @@ -44,7 +44,6 @@ | |||
| 44 | * will be mapped to. | 44 | * will be mapped to. |
| 45 | */ | 45 | */ |
| 46 | 46 | ||
| 47 | #include <linux/config.h> | ||
| 48 | #include <linux/platform_device.h> | 47 | #include <linux/platform_device.h> |
| 49 | #include <linux/module.h> | 48 | #include <linux/module.h> |
| 50 | #include <linux/tty.h> | 49 | #include <linux/tty.h> |
| @@ -191,7 +190,7 @@ mpc52xx_uart_startup(struct uart_port *port) | |||
| 191 | 190 | ||
| 192 | /* Request IRQ */ | 191 | /* Request IRQ */ |
| 193 | ret = request_irq(port->irq, mpc52xx_uart_int, | 192 | ret = request_irq(port->irq, mpc52xx_uart_int, |
| 194 | SA_INTERRUPT | SA_SAMPLE_RANDOM, "mpc52xx_psc_uart", port); | 193 | IRQF_DISABLED | IRQF_SAMPLE_RANDOM, "mpc52xx_psc_uart", port); |
| 195 | if (ret) | 194 | if (ret) |
| 196 | return ret; | 195 | return ret; |
| 197 | 196 | ||
| @@ -693,7 +692,6 @@ static struct uart_driver mpc52xx_uart_driver = { | |||
| 693 | .owner = THIS_MODULE, | 692 | .owner = THIS_MODULE, |
| 694 | .driver_name = "mpc52xx_psc_uart", | 693 | .driver_name = "mpc52xx_psc_uart", |
| 695 | .dev_name = "ttyPSC", | 694 | .dev_name = "ttyPSC", |
| 696 | .devfs_name = "ttyPSC", | ||
| 697 | .major = SERIAL_PSC_MAJOR, | 695 | .major = SERIAL_PSC_MAJOR, |
| 698 | .minor = SERIAL_PSC_MINOR, | 696 | .minor = SERIAL_PSC_MINOR, |
| 699 | .nr = MPC52xx_PSC_MAXNUM, | 697 | .nr = MPC52xx_PSC_MAXNUM, |
