diff options
Diffstat (limited to 'drivers/char/pcmcia/synclink_cs.c')
-rw-r--r-- | drivers/char/pcmcia/synclink_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c index 15781396af25..07f6a5abe372 100644 --- a/drivers/char/pcmcia/synclink_cs.c +++ b/drivers/char/pcmcia/synclink_cs.c | |||
@@ -439,7 +439,7 @@ static int mgslpc_device_count = 0; | |||
439 | * .text section address and breakpoint on module load. | 439 | * .text section address and breakpoint on module load. |
440 | * This is useful for use with gdb and add-symbol-file command. | 440 | * This is useful for use with gdb and add-symbol-file command. |
441 | */ | 441 | */ |
442 | static int break_on_load=0; | 442 | static bool break_on_load=0; |
443 | 443 | ||
444 | /* | 444 | /* |
445 | * Driver major number, defaults to zero to get auto | 445 | * Driver major number, defaults to zero to get auto |