X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fserial%2Fs3c2410.c;h=70d2f833318e1240d83311fd796115961443716a;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=84b4a8e0afbec4bbc41b31b26d4c653623f40349;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c index 84b4a8e0a..70d2f8333 100644 --- a/drivers/serial/s3c2410.c +++ b/drivers/serial/s3c2410.c @@ -26,8 +26,6 @@ #include #include -#include - #if 0 #include #define dbg(x...) llprintk(x) @@ -37,7 +35,7 @@ #define SERIAL_S3C2410_NAME "ttySAC" #define SERIAL_S3C2410_MAJOR 204 -#define SERIAL_S3C2410_MINOR 4 +#define SERIAL_S3C2410_MINOR 64 /* we can support 3 uarts, but not always use them */ @@ -677,7 +675,7 @@ serial_s3c2410_get_options(struct uart_port *port, int *baud, default: case S3C2410_LCON_PNONE: - /* nothing */ + *parity = 'n'; } /* now calculate the baud rate */