diff options
Diffstat (limited to 'include/linux/memstick.h')
-rw-r--r-- | include/linux/memstick.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/memstick.h b/include/linux/memstick.h index d0c37e682234..690c35a9d4cc 100644 --- a/include/linux/memstick.h +++ b/include/linux/memstick.h | |||
@@ -100,8 +100,8 @@ struct mspro_param_register { | |||
100 | #define MEMSTICK_SYS_PAR8 0x40 | 100 | #define MEMSTICK_SYS_PAR8 0x40 |
101 | #define MEMSTICK_SYS_SERIAL 0x80 | 101 | #define MEMSTICK_SYS_SERIAL 0x80 |
102 | 102 | ||
103 | unsigned short data_count; | 103 | __be16 data_count; |
104 | unsigned int data_address; | 104 | __be32 data_address; |
105 | unsigned char tpc_param; | 105 | unsigned char tpc_param; |
106 | } __attribute__((packed)); | 106 | } __attribute__((packed)); |
107 | 107 | ||