[skel] Remove MII interface

Most drivers do not utilise an MII interface, since the link state is
typically available directly from a memory-mapped register.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2018-01-14 21:16:36 +00:00
parent 2fb70e8b32
commit 329202691f
2 changed files with 0 additions and 60 deletions

View File

@@ -16,8 +16,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct skeleton_nic {
/** Registers */
void *regs;
/** MII interface */
struct mii_interface mii;
};
#endif /* _SKELETON_H */