From 5b4685c3ecd781d9902ed2ed40efc00b5259d389 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 23 Jul 2002 06:21:11 -0700 Subject: [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() --- include/linux/serial167.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/serial167.h') 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 */ -- cgit v1.2.3