diff options
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index deb962bb68ef..5beba4c14532 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h | |||
@@ -1144,8 +1144,8 @@ struct ucc_geth_info { | |||
1144 | enum ucc_geth_maccfg2_pad_and_crc_mode padAndCrc; | 1144 | enum ucc_geth_maccfg2_pad_and_crc_mode padAndCrc; |
1145 | enum ucc_geth_num_of_threads numThreadsTx; | 1145 | enum ucc_geth_num_of_threads numThreadsTx; |
1146 | enum ucc_geth_num_of_threads numThreadsRx; | 1146 | enum ucc_geth_num_of_threads numThreadsRx; |
1147 | enum qe_risc_allocation riscTx; | 1147 | unsigned int riscTx; |
1148 | enum qe_risc_allocation riscRx; | 1148 | unsigned int riscRx; |
1149 | }; | 1149 | }; |
1150 | 1150 | ||
1151 | /* structure representing UCC GETH */ | 1151 | /* structure representing UCC GETH */ |