diff options
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/flashchip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mtd/flashchip.h b/include/linux/mtd/flashchip.h index e778a1ab23c4..675776fa3e27 100644 --- a/include/linux/mtd/flashchip.h +++ b/include/linux/mtd/flashchip.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * (C) 2000 Red Hat. GPLd. | 7 | * (C) 2000 Red Hat. GPLd. |
8 | * | 8 | * |
9 | * $Id: flashchip.h,v 1.16 2005/02/08 17:11:15 nico Exp $ | 9 | * $Id: flashchip.h,v 1.17 2005/03/14 18:27:15 bjd Exp $ |
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
@@ -63,8 +63,8 @@ struct flchip { | |||
63 | flstate_t state; | 63 | flstate_t state; |
64 | flstate_t oldstate; | 64 | flstate_t oldstate; |
65 | 65 | ||
66 | int write_suspended:1; | 66 | unsigned int write_suspended:1; |
67 | int erase_suspended:1; | 67 | unsigned int erase_suspended:1; |
68 | unsigned long in_progress_block_addr; | 68 | unsigned long in_progress_block_addr; |
69 | 69 | ||
70 | spinlock_t *mutex; | 70 | spinlock_t *mutex; |