diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-07-03 16:45:55 -0700 |
---|---|---|
committer | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-07-03 16:45:55 -0700 |
commit | 8483b00ebf4d694e141954263e9151b0f2741ece (patch) | |
tree | fb11ec7d258ee7dd5c17dac2cba9caee0705d92b /include | |
parent | 576b8cf2a1711ea1bb638b484c092c8c10029925 (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 |