summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/jmphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/jmphy.c')
-rw-r--r--sys/dev/mii/jmphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/jmphy.c b/sys/dev/mii/jmphy.c
index 1e3eb55..14fdf7e 100644
--- a/sys/dev/mii/jmphy.c
+++ b/sys/dev/mii/jmphy.c
@@ -62,7 +62,7 @@ static device_method_t jmphy_methods[] = {
DEVMETHOD(device_attach, jmphy_attach),
DEVMETHOD(device_detach, mii_phy_detach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
- { NULL, NULL }
+ DEVMETHOD_END
};
static devclass_t jmphy_devclass;
OpenPOWER on IntegriCloud