spi_s3c24xx: fix clock rate calculation
[pandora-kernel.git] / drivers / net / ucc_geth.h
index 1525bf5..195ab26 100644 (file)
@@ -1145,8 +1145,8 @@ struct ucc_geth_info {
        enum ucc_geth_maccfg2_pad_and_crc_mode padAndCrc;
        enum ucc_geth_num_of_threads numThreadsTx;
        enum ucc_geth_num_of_threads numThreadsRx;
-       enum qe_risc_allocation riscTx;
-       enum qe_risc_allocation riscRx;
+       unsigned int riscTx;
+       unsigned int riscRx;
 };
 
 /* structure representing UCC GETH */