diff options
| author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-07-03 16:45:55 -0700 |
|---|---|---|
| committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-31 17:57:08 -0700 |
| commit | 6e53ee58dc9eb2a90edca6aee26c3cfbb905ae4a (patch) | |
| tree | ef2d4091f993a30ed6e4d3ac87bcbe63bf9766e8 /include | |
| parent | 3867e7a16b495ef81734f7982af44a4848bb804d (diff) | |
sabrelite: allow gigabit, 0 tx delay, set phy irq
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h index 8f69cb58d458..7a08261d5654 100644 --- a/include/linux/fec.h +++ b/include/linux/fec.h @@ -21,6 +21,7 @@ struct fec_platform_data { int (*power_hibernate) (struct phy_device *); phy_interface_t phy; unsigned char mac[ETH_ALEN]; + int phy_irq; }; #endif |
