summaryrefslogtreecommitdiff
path: root/include/linux/serial167.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2002-07-23 06:21:11 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-07-23 06:21:11 -0700
commit5b4685c3ecd781d9902ed2ed40efc00b5259d389 (patch)
tree6a493ebe7c4dd1e90d931049718120dbf68c5afc /include/linux/serial167.h
parentc013824035d64b1149fb3a63d94c161424855439 (diff)
[PATCH] M68k update (part 8)
M68k bitops updates - use bitmap_member() for bitops data declaration - Make the m68k bitops really operate on unsigned long - Add fls()
Diffstat (limited to 'include/linux/serial167.h')
-rw-r--r--include/linux/serial167.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial167.h b/include/linux/serial167.h
index 8886c292fcc9..2c805a1791cf 100644
--- a/include/linux/serial167.h
+++ b/include/linux/serial167.h
@@ -37,7 +37,7 @@ struct cyclades_port {
int ignore_status_mask;
int close_delay;
int IER; /* Interrupt Enable Register */
- int event;
+ unsigned long event;
unsigned long last_active;
int count; /* # of fd on device */
int x_char; /* to be pushed out ASAP */