diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfcoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index c41f7d0c6efc..124dc5bd9f87 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h | |||
@@ -29,7 +29,7 @@ | |||
29 | * this percpu struct for fcoe | 29 | * this percpu struct for fcoe |
30 | */ | 30 | */ |
31 | struct fcoe_percpu_s { | 31 | struct fcoe_percpu_s { |
32 | int cpu; | 32 | unsigned int cpu; |
33 | struct task_struct *thread; | 33 | struct task_struct *thread; |
34 | struct sk_buff_head fcoe_rx_list; | 34 | struct sk_buff_head fcoe_rx_list; |
35 | struct page *crc_eof_page; | 35 | struct page *crc_eof_page; |