diff options
Diffstat (limited to 'drivers/tty/rocket.c')
-rw-r--r-- | drivers/tty/rocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/rocket.c b/drivers/tty/rocket.c index 375afc3e6850..f7dc9b1ea806 100644 --- a/drivers/tty/rocket.c +++ b/drivers/tty/rocket.c | |||
@@ -98,7 +98,7 @@ static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of | |||
98 | static unsigned int xmit_flags[NUM_BOARDS]; /* Bit significant, indicates port had data to transmit. */ | 98 | static unsigned int xmit_flags[NUM_BOARDS]; /* Bit significant, indicates port had data to transmit. */ |
99 | /* eg. Bit 0 indicates port 0 has xmit data, ... */ | 99 | /* eg. Bit 0 indicates port 0 has xmit data, ... */ |
100 | static atomic_t rp_num_ports_open; /* Number of serial ports open */ | 100 | static atomic_t rp_num_ports_open; /* Number of serial ports open */ |
101 | static DEFINE_TIMER(rocket_timer, rp_do_poll, 0, 0); | 101 | static DEFINE_TIMER(rocket_timer, rp_do_poll); |
102 | 102 | ||
103 | static unsigned long board1; /* ISA addresses, retrieved from rocketport.conf */ | 103 | static unsigned long board1; /* ISA addresses, retrieved from rocketport.conf */ |
104 | static unsigned long board2; | 104 | static unsigned long board2; |