summaryrefslogtreecommitdiffstats
path: root/drivers/char/sx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/sx.h')
-rw-r--r--drivers/char/sx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/sx.h b/drivers/char/sx.h
index 662b27ca2..8d77c3c77 100644
--- a/drivers/char/sx.h
+++ b/drivers/char/sx.h
@@ -31,7 +31,7 @@ struct sx_port {
int c_dcd;
struct sx_board *board;
int line;
- int locks;
+ long locks;
};
struct sx_board {