mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
if_tsec: Enable FDT support
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user