if_tsec: Enable FDT support

This commit is contained in:
Sebastian Huber
2017-03-08 09:05:05 +01:00
parent c1205ee81e
commit 5f3722a8d9
3 changed files with 2 additions and 2 deletions

View File

@@ -51,9 +51,7 @@ struct tsec_softc {
struct mtx transmit_lock; /* transmitter lock */
struct mtx receive_lock; /* receiver lock */
#ifndef __rtems__
phandle_t node;
#endif /* __rtems__ */
device_t dev;
device_t tsec_miibus;
struct mii_data *tsec_mii; /* MII media control */