summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/qsphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/qsphy.c')
-rw-r--r--sys/dev/mii/qsphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c
index a504504..a649e5c 100644
--- a/sys/dev/mii/qsphy.c
+++ b/sys/dev/mii/qsphy.c
@@ -91,7 +91,7 @@ static device_method_t qsphy_methods[] = {
DEVMETHOD(device_attach, qsphy_attach),
DEVMETHOD(device_detach, mii_phy_detach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
- { 0, 0 }
+ DEVMETHOD_END
};
static devclass_t qsphy_devclass;
OpenPOWER on IntegriCloud