summaryrefslogtreecommitdiff
path: root/drivers/net/ucc_geth.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-05-18 10:37:18 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-05-18 10:37:18 +1000
commitdd61ea6f8ad874a051bccf8987885532cbe982c1 (patch)
treea3636bcace2fd81e141b1c5963ec2cdf7f804175 /drivers/net/ucc_geth.h
parentb033667022bc6fa0b35dd8ada06739004fb1161f (diff)
parent05fc964808928ef2b6a98d00c1860b9926274610 (diff)
Merge commit 'galak/next'
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r--drivers/net/ucc_geth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h
index 2f8ee7c87efe..46bb1d233597 100644
--- a/drivers/net/ucc_geth.h
+++ b/drivers/net/ucc_geth.h
@@ -1120,8 +1120,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 */