summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/truephy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/truephy.c')
-rw-r--r--sys/dev/mii/truephy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/truephy.c b/sys/dev/mii/truephy.c
index 86480f1..df17b24 100644
--- a/sys/dev/mii/truephy.c
+++ b/sys/dev/mii/truephy.c
@@ -72,7 +72,7 @@ static device_method_t truephy_methods[] = {
DEVMETHOD(device_attach, truephy_attach),
DEVMETHOD(device_detach, mii_phy_detach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
- { 0, 0 }
+ DEVMETHOD_END
};
static const struct mii_phydesc truephys[] = {
OpenPOWER on IntegriCloud