]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-ppc_macserial.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / 2.2.21-ppc_macserial.patch
1 diff -urN linux.orig/drivers/macintosh/macserial.h linux/drivers/macintosh/macserial.h
2 --- linux.orig/drivers/macintosh/macserial.h    Sun Mar 25 18:31:41 2001
3 +++ linux/drivers/macintosh/macserial.h Wed Jul 17 18:22:07 2002
4 @@ -11,23 +11,6 @@
5  
6  #define NUM_ZSREGS    16
7  
8 -struct serial_struct {
9 -       int     type;
10 -       int     line;
11 -       int     port;
12 -       int     irq;
13 -       int     flags;
14 -       int     xmit_fifo_size;
15 -       int     custom_divisor;
16 -       int     baud_base;
17 -       unsigned short  close_delay;
18 -       char    reserved_char[2];
19 -       int     hub6;
20 -       unsigned short  closing_wait; /* time to wait before closing */
21 -       unsigned short  closing_wait2; /* no longer used... */
22 -       int     reserved[4];
23 -};
24 -
25  /*
26   * For the close wait times, 0 means wait forever for serial port to
27   * flush its output.  65535 means don't wait at all.
This page took 0.083423 seconds and 3 git commands to generate.